Describe the Server Control Events of ASP.NET?



Describe the Server Control Events of ASP.NET?..

Answer / Rohit Singh

Server control events in ASP.NET are events that occur on the server when a user interacts with a page or control. Examples include Load, PreRender, SaveViewState, RaisePostBackEvent, and DataBound events.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Do I need to have the latest version of windows media player installed?

1 Answers  


What is connection pooling and how to enable and disable connection pooling?

1 Answers  


Explain how asp.net different from asp?

1 Answers  


In Code-Behind class which kind of code (server or client) is found ?

1 Answers   Siebel,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


What is an iHTTPModule, and explain its implementation with its limitations?

1 Answers   Siebel,


What are session variables?

2 Answers   Microsoft,


About Global .asax ?

6 Answers   Satyam,


What are validator? Name the Validation controls in asp.net? How do u disable them?

2 Answers  


what is CLR?

3 Answers   PrimeLine,


What role “#&&” plays in a querysting?

1 Answers  


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1 Answers   Hexaware, Infosys,


Categories