What is manifest in .net framework?
I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh
Why is global asax is used?
What is the difference between login controls and forms authentication?
Explain login controls.
What is the use of session?
What is the appSettings Section in the web.config file?
Why is xap important?
Difference between mvc2 and mvc3 in asp.net?
Explain about asp.net 2.0 themes?
how to convert from sql2000 numeric to int in asp.net with sqlparameter?
Explain what a diffgram is, and a good use for one?
In this case if exception occure in Database which catch block will be exexcuted?