Explain the flow of processing of the request? : asp.net mvc
What is role-based security?
Can asp.net work on an nt server?
How do u deploy ur project?
What are the new page events added in Asp.net 2.0 ?
What are Http handler ?
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 methods are fired during the page load?
Differentiate between a hyperlink control and a linkbutton control.
Have you used microsoft dataaccess blocks and Exception blocks?
How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?
Where sessions are stored in asp.net?
What are the action filters available in asp.net mvc