RE: Linkbutton to previous page
From: Mohamoss (mohamed.mossad_at_egdsc.microsoft.com)
Date: 02/20/05
- Next message: Mohamoss: "RE: How to reveive WM_CREATE message for any created window ?"
- Previous message: Mohamoss: "RE: Form design without a project?"
- In reply to: ReidarT: "Linkbutton to previous page"
- Next in thread: Jeffrey Palermo, MCAD.Net: "Re: Linkbutton to previous page"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 20 Feb 2005 13:52:19 GMT
hi Reidar
Since you choose this group to post such question I guess you mean , how
to do it from with in an aspnet c# page.
If you mean that, may be you can send it directly within your response
like so
Create an asp button control named back and create a handler to its
click event
In the handler of the button click event, add this line of code
Response.Write("<script> history.back() </script>");
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
- Next message: Mohamoss: "RE: How to reveive WM_CREATE message for any created window ?"
- Previous message: Mohamoss: "RE: Form design without a project?"
- In reply to: ReidarT: "Linkbutton to previous page"
- Next in thread: Jeffrey Palermo, MCAD.Net: "Re: Linkbutton to previous page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|