Give a few examples of page life cycle events.


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

Post New Answer

More ASP.NET Interview Questions

How can we identify that the Page is Post Back?

0 Answers  


How do you create a permanent cookie?

8 Answers   Siebel Systems,


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


Why do we use web config?

0 Answers  


What is asp.net web pages?

0 Answers  






What are the elements of a website?

0 Answers  


What is web api config?

0 Answers  


What is server transfer?

0 Answers  


Can you dynamically assign a Master Page?

0 Answers   MCN Solutions,


how to write code for role based security

2 Answers  


How do you use css in asp.net?

8 Answers   iBridge,


What is the use of session in web application?

0 Answers  


Categories