Is it necessary to undertsand these events of an ASPX page
execute. Explain its importantance?
Answers were Sorted based on User's Feedback
Answer / sivakumar
YEs, Its very Important
Sequence
--------------
1. Page_Init()
2. Load View State
3. Load Post Data
4. Page Load
5. Raise Post Data Changed Event
6. Raise Post Back Event
7. Page _ PreRender
8. Save View State
9. Page _ Render
10. Page _ Unload
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / navin.cp
Yes these are important. If you dont know the sequence of
execution, then where u will put your code block to full
fill requirements.
| Is This Answer Correct ? | 2 Yes | 0 No |
Is a dll file an executable?
what are the ways to improve performance in .net application?
What is WCF? Pls Explain clearly with exmple.
Define application state variable and session state variable?
What is the difference between viewstate and hidden field in asp.net?
which method marks a config file section for encryption?
What is boxing? How we can use it?
How can we inherit a static variable?
What are the main requirements for caching?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Can a master page inherit another master page?
13 Answers Emphasis, IBM, NIIT, Sebiz Square,
What events will occur when a page is loaded?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)