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 to find out what major and minor version of ASP.Net I am using?
Use
string versionNumber = Environment.Version.Major.ToString() + "." + Environment.Version.Minor.ToString();
Response.Write(versionNumber);
What is code review?
How do you debug an ASP.Net Web application?
One Web Application can have only one Web config file - true or false?
What are three test cases you should go through in unit testing?
Can I avoid using the garbage collected heap?
What is Dataset and Diffgram?
What is CLR (Common Language Runtime)?
From which base class do the all Web forms inherit?
What is WYSIWYP?
What is the difference between System Exceptions and Application Exceptions?