What are the new page events added in Asp.net 2.0 ?
Answer Posted / kamal
PreInit
InitComplete
PreLoad
LoadComplete
PreRenderComplete
PreSaveState
SaveStateComplete
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Where session id is stored?
What is difference between cache and session?
Where is session data stored in asp net?
How is application management and maintenance improved in asp.net 2.0?
What is the difference between Session and response.Redirect?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is globalization and localization in asp net?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Can we use a static function with a non-static variable?
Is it right that ASP.NET Web API has replaced WCF?
Is razor a programming language?
Why do we need master page in asp.net?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is session handling in a webfarm, how it can work with its limits?
In a Repeater control how one can provide an alternating color scheme ?