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
What is the the Page_Load Event in ASP.Net?
The Page_Load event is one of many events that ASP.Net understands. The Page_Load event is triggered when a page loads, and ASP.Net will automatically call the subroutine Page_Load, and execute the code inside it.

Note: The Page_Load event contains no object references or event arguments!
How to access HTTP-Specific information from within a class (.cs File)
OR
How to access server variable (Like Session) from within a class (.cs File)?
How to find out what major and minor version of ASP.Net I am using?
Can two different programming languages be mixed in a single ASPX file?
How do you define the lease of the object?
What is the Code Behind feature of ASP.Net?
What is typed dataset?
Which Versions of the .NET Framework Support Generics?
Is XML is a component of ADO.Net?
What is System.Web.Mail?
What is SingleCall activation mode used for?