What are the ways to sending the data in ASP.NET page?
What is active web pages?
What is http post and http get?
How many time you can fill dataset in asp.net?
I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i want the validator run only when i click save button, don't validate cancel button , what to do?
7 Answers eMids, Infotech, Integra, TCS, Wipro,
What is postback in asp net?
What is caching? Explain.
Can we store PROGID information in database and dynamically load the component ?
1 Answers Digital GlobalSoft, e4e,
Name the namespace which is used by ado.net?
What are the advantages and disadvantages of viewstate ?
Explain about the .NET framework?
What are the data types is possible to store in session? and can we store dataset in session?
Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?