Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is Cross Page Posting? How is it done?
By default, ASP.Net submits a form to the same page. In cross-page posting, the form is submitted to a different page. This is done by setting the PostBackUrl property of the button(that causes postback) to the desired page. In the code-behind of the page to which the form has been posted, use the FindControl method of the PreviousPage property to reference the data of the control in the first page.
What is New in ASP.Net 2.0?
What is DataAdapter Object?
How to access HTTP-Specific information from within a class (.cs File)
OR
How to access server variable (Like Session) from within a class (.cs File)?
What does assert() method do in ASP.Net Tracing?
Explain the System.Data namespace in .Net Framework Class Library.
Can I lock a configuration setting so that a Web.config file that appears lower in the hierarchy cannot override it?
What is validationsummary server control? where it is used?
What is the SortedList Object
what i do for load testing in . net application?
What is the default CommandTimeOut to wait for the command to execute in ASP.Net?