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
Can two different programming languages be mixed in a single ASPX file?
No. ASP.Net uses parsers to strip the code from ASPX files and copy it to temporary files containing derived Page classes, and a given parser understands only one language.
How can you detect if a viewstate has been tampered?
Which are two main keywords used for authorization in web.config file?
What is cookies?
What is a runtime host in ASP.Net?
Name the configuration files supported by ASP.Net.
What method do you use to explicitly kill a users session in ASP.Net?
What is ASP.Net?
What is the use of System.Diagnostics.Process class in ASP.Net?
What is the Execution Time?
What is the difference between System Exceptions and Application Exceptions?