What is session in web technology?
How Can assign alias name for ASP.NET Web API Action?
What is the procedure to create the environment for asp.net? : asp.net mvc
Is it possible to prevent a browser from caching an ASPX page?
What is page fragment caching?
What tags do you need to add within the asp:datagrid tags to bind columns manually?
Which is the parent class of the ASP.NET server control?
0 Answers Sans Pareil IT Services,
What is Virtual path in ASP.Net
What is a page life cycle?
What are uri parameters?
Explain cashing in asp.net.
What is true about application service provider?
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,