Do you know using sql cache invalidation?
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?
How does cookies work in asp net?
How would you create a permanent cookie?
About duration in caching technique ?
What is indexing on asp.net?
what is Theme in Asp.net 2.0
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.
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()
Why is mvc better than asp.net?
Differentiate strong typing and weak typing
What is an asp.net web form?
What is caching and types of caching ?