What methods are fired during the page load?
What methods are fired during the page load?
Collapse
X
-
Tags: None
-
How many types of exception handlers are there in .NET?
1. What is the base class of .NET?
2. How many types of exception handlers are there in .NET?
3. Difference between Panel and GroupBox classes?
4. Which two properties are on every validation control?
5. Which control cannot be placed in MDI?
6. How to clear a datagrid on a button click?
Ans:
7. What methods are fired during the page load?
Ans:
8. What data types do the RangeValidator control support?
Ans:
9. What is view-state?
10. What is the Scope of public/private/friend/protected/protected friend?
Ans:Last edited by Frinavale; Aug 6 '10, 02:20 PM. -
Welcome to Bytes!
Whenever you are using .NET to develop an application(whe ther it be an ASP.NET application or a Desktop application) you should refer to the MSDN Library for help on any controls, concepts, or .NET technology questions that you have.
This resource should get you pointed in the right direction....th ere are multiple articles on the ASP.NET Page Life Cycle, ViewState, the Windows Form GroupBox control, the ASP.NET Panel control, the Windows application Panel control ....and much more there.
I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.
Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. Please take the time to read over the posting guidelines specifically the section on Before you post your question.
-FrinnyComment
Comment