Can you explain how ASP.NET application life cycle and page life cycle events fire?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Explain about secure socket layer?

0 Answers  


What is asp.net mvc? : asp.net mvc

0 Answers  


what is difference between const, static and readonly?

2 Answers   TVS,


What is application session?

0 Answers  


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

0 Answers   Siemens,






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 paging in context of Memory?

0 Answers   Microsoft,


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


What is a session in programming?

0 Answers  


when the user control event occur in ASp page life cycle?

3 Answers   Microsoft,


What is meant by server side scripting?

0 Answers  


Define globalization and localization.

0 Answers  


Categories