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/ FAQs
What is WYSIWYP?
WHAT YOU SEE IS WHAT YOU PRESENT.
What is @Page directive in ASP.Net?
@Page directive provides attributes that affect how the specific page built and compiled by ASP.Net engine.
What is cookies?
A cookie ia a small text file that resides on the client computer and can store the informatiom used by a web page or the entire site.
How to prevent a Button from validating its form?
Set the CauseValidation property of the button control to false.
Can you run an ASP.Net web application without using web.config file?
Yes.
What does CommandBehavior.CloseConnection() parameter of ExecuteReader()?
It closes the connection automatically when the DataReader is closed.
Which is the process independent Session?
SqlServer
FirstPreviousDisplaying page 3 of 36NextLast
What is DataSet Object in ADO.Net?
Which properties of the textbox cannot be changed at runtime?
What is the Internationalization in ASP.Net ?
What are the differences between Web.Config and Machine.Config file?
How many web.config files can have single ASP.Net web application?
Can I avoid using the garbage collected heap?
What is a connection pool?
What connections does Microsoft SQL Server support?
What is CLS (Common Language Specification)?
What is the difference between user and server controls?