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 I use custom .Net data types in a Web form?
Yes. Place the DLL containing the type in the application roots bin directory and ASP.Net will automatically load the DLL when the type is referenced. This is also what happens when you add a custom control from the toolbox to your web form.
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What is the global assembly cache (GAC)?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState?
How can you assign an RGB color to a System.Drawing.Color object?
What is DataReader Object in ADO.Net?
How to find out browser version i am using in ASP.Net?
How many types of Validation Controls are provided by ASP.Net?
From which base class do the all Web forms inherit?
What are the security measures exist for ASP.Net Remoting in System.Runtime.Remoting?
Why Session_End is not fired?