Where would you use an ihttpmodule, and what are the limitations if any?
Hi, I Dont know about Application and Session State management. Can anyone explain me with simple example?
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 http post action?
How to write test case (Unit test plan)
What is class and object in asp.net?
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What is the name of the base class that all web forms will be inherited?
Difference between using directive vs using statement?
Explain how dot net compiled code will become platform independent?
What methods are fired during the page load?
What are Authentication and Authorization?