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 |
Do I need to have the latest version of windows media player installed?
What is connection pooling and how to enable and disable connection pooling?
Explain how asp.net different from asp?
In Code-Behind class which kind of code (server or client) is found ?
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.
What is an iHTTPModule, and explain its implementation with its limitations?
What are session variables?
About Global .asax ?
What are validator? Name the Validation controls in asp.net? How do u disable them?
what is CLR?
What role “#&&” plays in a querysting?
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?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)