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 are the diffrences between windows application and windows service?
What are the two kinds of properties in ASP.Net.
What is the difference between Windows Authentication and Sql Server Authentication in ASP.Net?
How many objects does ADO.Net have and what are they?
Is XML case-sensitive?
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 is System.Net.Mail?
What are the ways to deploy an assembly?
What is the global assembly cache (GAC)?
What happens when you change the web.config file at run time?