Click here to Skip to main content
15,910,234 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: User control Pin
Christian Graus25-Feb-07 20:57
protectorChristian Graus25-Feb-07 20:57 
Questionfire client alert script from submit button Pin
playout25-Feb-07 20:28
playout25-Feb-07 20:28 
AnswerRe: fire client alert script from submit button Pin
MIHAI_MTZ25-Feb-07 20:42
MIHAI_MTZ25-Feb-07 20:42 
AnswerRe: fire client alert script from submit button Pin
Tuwing.Sabado25-Feb-07 21:38
Tuwing.Sabado25-Feb-07 21:38 
AnswerRe: fire client alert script from submit button Pin
www.Developerof.NET26-Feb-07 2:37
www.Developerof.NET26-Feb-07 2:37 
AnswerRe: fire client alert script from submit button Pin
wilf5726-Feb-07 2:56
wilf5726-Feb-07 2:56 
Questionhow to use postback url in .net2005 Pin
praveenanand25-Feb-07 20:24
praveenanand25-Feb-07 20:24 
AnswerRe: how to use postback url in .net2005 Pin
kubben26-Feb-07 6:16
kubben26-Feb-07 6:16 
First I must ask do you really want to Post your page to a different page. There are good reason to do this, but in most cases it probably makes more sense to just have the button postback to your code behind for the page you are on.

If you do have a good reason to post to a different page, all you have to do is set the postbackurl on the control that you are using. In the page load of the other page you can check for PreviousPage. If that is not Null (Nothing in VB) then you have postbackurl from one page to a different page.

Hope that helps.
Ben
Questioncalling a method in a usercontrol from another user control? Pin
Tridip Bhattacharjee25-Feb-07 20:23
professionalTridip Bhattacharjee25-Feb-07 20:23 
AnswerRe: calling a method in a usercontrol from another user control? Pin
shirish7825-Feb-07 23:29
shirish7825-Feb-07 23:29 
QuestionEventHandler in InitializeComponent() is missing Pin
Vsree25-Feb-07 20:17
Vsree25-Feb-07 20:17 
AnswerRe: EventHandler in InitializeComponent() is missing Pin
Sylvester george25-Feb-07 20:19
Sylvester george25-Feb-07 20:19 
GeneralRe: EventHandler in InitializeComponent() is missing Pin
Vsree25-Feb-07 20:26
Vsree25-Feb-07 20:26 
QuestionAsp.net 2.0 + c# Pin
ritu432125-Feb-07 19:47
ritu432125-Feb-07 19:47 
AnswerRe: Asp.net 2.0 + c# Pin
Sylvester george25-Feb-07 19:54
Sylvester george25-Feb-07 19:54 
GeneralRe: Asp.net 2.0 + c# Pin
ritu432125-Feb-07 20:27
ritu432125-Feb-07 20:27 
GeneralRe: Asp.net 2.0 + c# Pin
Sylvester george25-Feb-07 20:44
Sylvester george25-Feb-07 20:44 
GeneralRe: Asp.net 2.0 + c# Pin
ritu432125-Feb-07 20:54
ritu432125-Feb-07 20:54 
GeneralRe: Asp.net 2.0 + c# Pin
Christian Graus25-Feb-07 21:01
protectorChristian Graus25-Feb-07 21:01 
GeneralRe: Asp.net 2.0 + c# Pin
ritu432125-Feb-07 21:07
ritu432125-Feb-07 21:07 
GeneralRe: Asp.net 2.0 + c# Pin
Sylvester george25-Feb-07 21:14
Sylvester george25-Feb-07 21:14 
GeneralRe: Asp.net 2.0 + c# Pin
ritu432125-Feb-07 21:34
ritu432125-Feb-07 21:34 
GeneralRe: Asp.net 2.0 + c# Pin
Sylvester george25-Feb-07 21:45
Sylvester george25-Feb-07 21:45 
GeneralRe: Asp.net 2.0 + c# Pin
ritu432125-Feb-07 21:52
ritu432125-Feb-07 21:52 
GeneralRe: Asp.net 2.0 + c# Pin
Sylvester george25-Feb-07 21:54
Sylvester george25-Feb-07 21:54 

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.