L
lander
How does asp.net know to set the Page.IsPostBack property exactly???
Would somebody detail this, thanks very much...
Would somebody detail this, thanks very much...
lander said:How does asp.net know to set the Page.IsPostBack property exactly???
Would somebody detail this, thanks very much...
Michael said:Hello Madhur,
Each server control implements IPostBackEventHandler interface, where
the RaisePostBackEvent is used.
IsPostBack return true if PostBack event was raised.
You can find more discussion there
http://forums.asp.net/t/1198506.aspx
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
how ASP.NEt differentiates between the new request and postback
How does asp.net know to set the Page.IsPostBack property exactly???
Would somebody detail this, thanks very much...