What is difference between mvc and 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

What is application in asp net?

0 Answers  


Define the term Scavenging in Caching?

0 Answers   PUCIT,


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?

1 Answers  


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

0 Answers   Siebel,


What are the two types of web pages?

0 Answers  






Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


What is the flow of processing of the request? : asp.net mvc

0 Answers  


Types of authentications in ASP.NET ?

9 Answers   Accenture, Roland, Shriram,


What is the difference between user control and custom control?

0 Answers  


how to debug web services on consumer side?

0 Answers   HCL,


Differentiate between client-side and server-side validations in web pages.

0 Answers  


How do you install windows service?

4 Answers   Tech Mahindra,


Categories