Which method is used to force all the validation controls to run?
Define reflection in .net?
What are different templates available in Repeater,DataList and Datagrid ?
What is server side session management?
How may clustered index we can create in table?
What is the use of Administration tool in Asp.net 2.0?
Where can I get information on cookies in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
When does a session actually start?
What is a web based system?
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
How do u optimize a query in asp.net?
What are the different authentication modes in asp.net?