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

What are the different types of proxy patterns?

0 Answers  


What is app_code folder in asp net?

0 Answers  


why we are using delegates and in which condition it is required?

3 Answers   TCS,


What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


What is the life cycle of web page?

0 Answers  


What is Bundling and Minification in MVC?

0 Answers   HCL,


What is enableviewstate?

0 Answers  


What is asp.net globalization?

0 Answers  


What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 Answers  


What namespace does the Web page belong in the .NET Framework class hierarchy?

3 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,


which scripting is used browser by server when we use validation controls. 1.javascript 2.vbscript 3.jscript 4.perl

8 Answers   Satyam,


Categories