Use an HTML hyperlink. If you need to load it dynamically, you can put it
into a LiteralControl, panel, or whatever Control you like.

Signature
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
>I need to use a hyperlink as a back button, using
> javascript:history.go(-1). But the ASP.NET hyperlink control doesn't
[quoted text clipped - 3 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***
Misbah Arefin - 31 Jan 2008 20:23 GMT
try
navigateurl="javascript:history.go(-1);" />

Signature
Misbah Arefin
> Use an HTML hyperlink. If you need to load it dynamically, you can put it
> into a LiteralControl, panel, or whatever Control you like.
[quoted text clipped - 6 lines]
> >
> > *** Sent via Developersdex http://www.developersdex.com ***