What is the difference between user control an custom control?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is different authentication mechanisms used in ASP.NET?
What is Razor View Engine
Why asp.net is better than php?
How Can assign alias name for ASP.NET Web API Action?
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,
What is asp.net and how it works?
what is clr . how we access them?
What is difference between viewstate and session state in javascript?
what are the Custom controls in asp.net?
What is _dopostback in asp net?
what is an Eventbubbling?