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
How is ASP.Net configuration data formatted?
ASP.Net configuration data is encoded in XML and stored as plaintext files. You can access these files programmatically by using administration tools or by using a text editor
What method do you use to explicitly kill a users session in ASP.Net?
What is validationsummary server control? where it is used?
Explain the difference between server-side and client-side code?
Which template you must provide in order to display data in the Repeater control?
What is a proxy of the server object in ASP.Net Remoting?
What is DataAdapter Object?
What is use of the AutoEventWireup attribute in the Page directive?
What are the types of authentication in ASP.Net?
Which are two main keywords used for authorization in web.config file?
How to convert a DataTable to a DataReader?