What does mvc represent in asp.net? : asp.net mvc


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

Post New Answer

More ASP.NET Interview Questions

How do I upload a file from my ASP.NET page?

0 Answers  


What is the use of ASP.NET routing?

0 Answers  


Is asp.net and .net are same or different?

0 Answers  


Can you use c# without .net?

0 Answers  


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,






Can One website be made using two different languages like c#,vb.net etc......

4 Answers   ABC,


What is the difference between ASP and ASP.NET?

4 Answers   Sans Pareil IT Services, TCS,


when the user control event occur in ASp page life cycle?

3 Answers   Microsoft,


What data type does the RangeValidator control support?

3 Answers   Visual Soft,


what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page

1 Answers  


In which event of the page life cycle, is the viewstate available?

0 Answers  


What is the equivalent of date() and time() in asp.net?

0 Answers  


Categories