Click here to Skip to main content
15,898,538 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: recommendation engine Pin
sathish s17-Aug-07 3:37
sathish s17-Aug-07 3:37 
GeneralRe: recommendation engine Pin
anu8117-Aug-07 4:10
anu8117-Aug-07 4:10 
QuestionUrgent WebService Pin
jayarajmrj17-Aug-07 1:24
jayarajmrj17-Aug-07 1:24 
AnswerRe: Urgent WebService Pin
kubben17-Aug-07 1:56
kubben17-Aug-07 1:56 
AnswerRe: Urgent WebService Pin
Talal Sultan17-Aug-07 2:28
Talal Sultan17-Aug-07 2:28 
AnswerRe: Urgent WebService Pin
Member 144327816-Oct-09 3:24
Member 144327816-Oct-09 3:24 
QuestionIsCrossPagePostBack Pin
md_refay17-Aug-07 1:08
md_refay17-Aug-07 1:08 
AnswerRe: IsCrossPagePostBack Pin
Talal Sultan17-Aug-07 2:33
Talal Sultan17-Aug-07 2:33 
From MSDN:

ASP.NET provides two mechanisms for transferring control from one page to another. You can use the Transfer method to transfer processing between pages, or you can make a cross-page request by assigning a page URL to the PostBackUrl property of a button control that implements the IButtonControl interface. <br />
<br />
In either case, the PreviousPage page property will contain an object that represents the previous or originator page. If, for example, Page A posts to Page B, Page A's IsCrossPagePostBack property (accessible through the PreviousPage property) will be true and Page B's PreviousPage property will have the name of Page A.


For the second question, to check if page B is posted from itself, use the IsPostBack property.

-- If this is a post that has been helpful to you, please vote for it. Thank you!

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

QuestionTimeouts after application running for a while Pin
Manime17-Aug-07 0:54
Manime17-Aug-07 0:54 
AnswerRe: Timeouts after application running for a while Pin
kubben17-Aug-07 1:49
kubben17-Aug-07 1:49 
GeneralRe: Timeouts after application running for a while Pin
Manime17-Aug-07 1:56
Manime17-Aug-07 1:56 
QuestionTrouble with Casini, Vista and HTTPS Pin
Tristan Rhodes17-Aug-07 0:37
Tristan Rhodes17-Aug-07 0:37 
QuestionUser Control Losing State? Pin
Dave Sexton17-Aug-07 0:36
Dave Sexton17-Aug-07 0:36 
AnswerRe: User Control Losing State? Pin
Dave Sexton17-Aug-07 1:02
Dave Sexton17-Aug-07 1:02 
AnswerRe: User Control Losing State? Pin
Imran Khan Pathan17-Aug-07 3:25
Imran Khan Pathan17-Aug-07 3:25 
Questionproblem on checkboxlist control Pin
biswa4717-Aug-07 0:36
biswa4717-Aug-07 0:36 
AnswerRe: problem on checkboxlist control Pin
Michael Sync17-Aug-07 2:32
Michael Sync17-Aug-07 2:32 
QuestionIntegrated Security=True Pin
saravanan0517-Aug-07 0:35
saravanan0517-Aug-07 0:35 
AnswerRe: Integrated Security=True Pin
Vasudevan Deepak Kumar17-Aug-07 0:39
Vasudevan Deepak Kumar17-Aug-07 0:39 
QuestionTextbox time format....., Pin
Member 387988117-Aug-07 0:26
Member 387988117-Aug-07 0:26 
AnswerRe: Textbox time format....., Pin
sidbaruah17-Aug-07 0:42
sidbaruah17-Aug-07 0:42 
GeneralRe: Textbox time format....., Pin
Member 387988117-Aug-07 1:13
Member 387988117-Aug-07 1:13 
GeneralRe: Textbox time format....., Pin
sidbaruah17-Aug-07 1:34
sidbaruah17-Aug-07 1:34 
GeneralRe: Textbox time format....., Pin
Imran Khan Pathan17-Aug-07 1:35
Imran Khan Pathan17-Aug-07 1:35 
GeneralRe: Textbox time format....., Pin
Member 387988117-Aug-07 1:46
Member 387988117-Aug-07 1:46 

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.