What are Master Pages in ASP.NET?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various types of validation controls provided by asp.net?
I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
What is the difference between and ActiveX dll and control ?
What is difference between session and viewstate?
what is asp.net
How do you relate an aspx page with its code behind Page?
Can user control be stored in library?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
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
To redirect the user to another page which method do we use without performing a round trip to the client?
What are the asp.net server side objects?
Is session stored in browser?