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 .NET able to support multiple languages?
A language should comply with the Common Language Runtime (CLR) standard to become a .Net language. In .Net, code is compiled to Microsoft Intermediate Language (MSIL). This is called as Managed Code. This Managed code is run in .Net environment. So after compilation to this IL the language is not a barrier. A code can call or use a function written in another language.
What is "FormView" Control in ASP.Net?
What is Singleton activation mode?
What are custom controls in ASP.Net?
How can you automatically generate interface for the remotable object in ASP.Net with Microsoft tools?
How to merge data in two DataSet objects?
One Web Application can have only one Web config file - true or false?
What kinds of object can I store in session state?
What is "ReportViewer" control in ASP.Net?
What is cookies?
What is delay signing in ASP.Net?