Click here to Skip to main content
15,905,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: check box in datalist Pin
Prasanta_Prince21-Apr-11 2:44
Prasanta_Prince21-Apr-11 2:44 
QuestionHelp in ASP.NET web service Pin
akosidandan14-Apr-11 19:49
akosidandan14-Apr-11 19:49 
AnswerRe: Help in ASP.NET web service Pin
Pravin Patil, Mumbai15-Apr-11 0:40
Pravin Patil, Mumbai15-Apr-11 0:40 
GeneralRe: Help in ASP.NET web service Pin
akosidandan15-Apr-11 0:59
akosidandan15-Apr-11 0:59 
GeneralRe: Help in ASP.NET web service Pin
akosidandan15-Apr-11 17:31
akosidandan15-Apr-11 17:31 
AnswerRe: Help in ASP.NET web service Pin
Prasanta_Prince15-Apr-11 2:37
Prasanta_Prince15-Apr-11 2:37 
GeneralRe: Help in ASP.NET web service Pin
akosidandan15-Apr-11 17:31
akosidandan15-Apr-11 17:31 
QuestionPage Life Cycle Pin
CodingLover14-Apr-11 18:18
CodingLover14-Apr-11 18:18 
Hi all,

I want to know what are the evens that automatically executed when page is loaded in asp.net.There are 7 such events. Listed,

1. Page Request
2. Start
3. Initialization
4. Load
5. Postback Event Loading
6. Rendering
7. Unload

So my question is what are the methods picked up here. I've listed what I know in the order of execution, with the event related with as a comment on the body of the method

protected void Page_Init(object sender, EventAgs e)
{
    // Start ?
}

protected void Page_Load(object sender, EventArgs e)
{
    // Rendering
}

protected void Page_LoadComplete(object sender, EventArgs e)
{
    // Unload
}


I'm lost with mapping, controlling other events. Can anyone of you comment on this?

Thanks
I appreciate your help all the time...
CodingLover Smile | :)

AnswerRe: Page Life Cycle Pin
Ravi Sant14-Apr-11 23:36
Ravi Sant14-Apr-11 23:36 
GeneralRe: Page Life Cycle Pin
gavindon15-Apr-11 3:26
gavindon15-Apr-11 3:26 
AnswerRe: Page Life Cycle Pin
Pravin Patil, Mumbai15-Apr-11 0:38
Pravin Patil, Mumbai15-Apr-11 0:38 
GeneralRe: Page Life Cycle Pin
Prasanta_Prince15-Apr-11 3:02
Prasanta_Prince15-Apr-11 3:02 
AnswerRe: Page Life Cycle Pin
TweakBird15-Apr-11 18:02
TweakBird15-Apr-11 18:02 
QuestionASP .NET 4.0 (C#) - Access 2007 Table Relationships and DataGrid Pin
Matt U.14-Apr-11 11:06
Matt U.14-Apr-11 11:06 
Questiontop% filter in ssrs report Pin
gavindon14-Apr-11 9:13
gavindon14-Apr-11 9:13 
QuestionCounting nodes in treeview Pin
sarang_k13-Apr-11 23:48
sarang_k13-Apr-11 23:48 
AnswerRe: Counting nodes in treeview [modified] Pin
Pravin Patil, Mumbai15-Apr-11 0:42
Pravin Patil, Mumbai15-Apr-11 0:42 
QuestionISPostBack return wrongly Pin
anishkannan13-Apr-11 22:54
anishkannan13-Apr-11 22:54 
AnswerRe: ISPostBack return wrongly Pin
Jassim Makki13-Apr-11 23:25
Jassim Makki13-Apr-11 23:25 
AnswerRe: ISPostBack return wrongly Pin
mksharma3814-Apr-11 0:03
mksharma3814-Apr-11 0:03 
GeneralRe: ISPostBack return wrongly Pin
anishkannan14-Apr-11 0:14
anishkannan14-Apr-11 0:14 
AnswerRe: ISPostBack return wrongly Pin
Prasanta_Prince14-Apr-11 0:47
Prasanta_Prince14-Apr-11 0:47 
Questionetched border Pin
C#Coudou13-Apr-11 16:24
C#Coudou13-Apr-11 16:24 
AnswerRe: etched border Pin
GenJerDan14-Apr-11 4:44
GenJerDan14-Apr-11 4:44 
Questionproblem with asp.net 4 themes and skins Pin
Jassim Makki13-Apr-11 4:08
Jassim Makki13-Apr-11 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.