ASPX Back Button

TedManowar

Member
Joined
Dec 15, 2006
Messages
10
Programming Experience
3-5
Hi,

I am looking for a way to navigate back on a webpage when an ASP button is clicked. I know how to do it in javascript, but i need and <asp:button> and not an <input type="button"> to do that for me.

Can anyone help?

Thanks in advance
 
An ASP button control will cause postback, going back in browser history does not. There seems to be a conflict in interests here, ie between your request and your demand ;)
 
the reson that i need an asp: button to do that is because i need to be able to use some of the button's properties, i.e. to make it visible whenever i want
 
Back
Top