What is difference between mvc and asp.net? : Asp.Net MVC
No Answer is Posted For this Question
Be the First to Post Answer
What is application in asp net?
Define the term Scavenging in Caching?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are the two types of web pages?
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()
What is the flow of processing of the request? : asp.net mvc
Types of authentications in ASP.NET ?
9 Answers Accenture, Roland, Shriram,
What is the difference between user control and custom control?
how to debug web services on consumer side?
Differentiate between client-side and server-side validations in web pages.
How do you install windows service?