Explain the life cycle of an ASP .NET page
Answers were Sorted based on User's Feedback
1)Page_Init
2)Page_load
3)page_prerender
4)page_unload
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / rajender jaldi
pre-init
init
init-complete
pre-load
load
load-complate
prerender
unload
Is This Answer Correct ? | 4 Yes | 1 No |
Difference between .NET and previous version?
What is full form of asp.net?
Define web.config in .net?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is event in asp.net?
Elaborate differentiation between Cache and Application?
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
What is the application pool?
How do you use a custom validator? When might you want to use one?
What are the modes of updation in an updatepanel?
When cookie will expire?
What are Authentication mechanisms in .Net?