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.
Which control would you use if you needed to make sure the values in two different controls matched?
What is the difference between Response.Write() and Response.Output.Write()?
What is the RaiseEvent used for?
What is WYSIWYP?
How to disable client side script in validators?
Describe .Net Framework Class Library.
What is an assembly manifest in ASP.Net?
Can I share session state between web applications (i.e. "virtual directories" or "applications" in IIS)?
What are possible implementations of distributed applications in ASP.Net?
What are good ADO.NET object(s) to replace the ADO Recordset object?