Can you explain how ASP.NET application life cycle and page life cycle events fire?
What are the different types of proxy patterns?
What is app_code folder in asp net?
why we are using delegates and in which condition it is required?
What is session handling in a webfarm, how it can work with its limits?
What is the life cycle of web page?
What is Bundling and Minification in MVC?
What is enableviewstate?
What is asp.net globalization?
What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1
What namespace does the Web page belong in the .NET Framework class hierarchy?
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