Explain the flow of processing of the request? : asp.net mvc


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is role-based security?

1 Answers  


Can asp.net work on an nt server?

0 Answers  


How do u deploy ur project?

0 Answers   HCL, Microsoft,


What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


What are Http handler ?

1 Answers   Patni,


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?

1 Answers  


Differentiate between a hyperlink control and a linkbutton control.

0 Answers  


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


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?

1 Answers   Cap Gemini, TCS,


Where sessions are stored in asp.net?

0 Answers  


What are the action filters available in asp.net mvc

1 Answers   TCS,


Categories