Why we are using mvc instead of 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

If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

0 Answers  


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


How many classes can a single .NET DLL contain?

2 Answers  


You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


What is the difference between abstract class vs interface? Can give me the real time examples?

0 Answers  


What’s the difference between Response.Write() andResponse.Output.Write()?

1 Answers  


Any alternative to avoid name collisions other then Namespaces?

1 Answers  


Can you edit data in the Repeater control?

11 Answers   CAC, Creative,


witch is the best insistute in sharpoint course.what abt future of share point course.

2 Answers  


Which type of state management is provided by Query String in ASP.NET?

0 Answers   Sans Pareil IT Services,


Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.

1 Answers  


Categories