G
Guest
I've got a newbie question. I'm new to ASP.Net and have a control that
someone else wrote that produces the following:
<td style="white-space:nowrap;"><input type="image" name="ctl00$btnSystem"
id="ctl00_btnSystem" src="../images/btnShortcutSystemOn.gif"
style="border-width:0px;" /></td>
If I want someone to be able to click on that image and take them to another
page, how's the best way to do that? Redirection? How specifically. I'm
new to .Net.
I figure I'll have to write a handler that handles ctl00_btnSystem.click.
Is this correct? And what do I put inside the handler to take the browser to
the new page?
someone else wrote that produces the following:
<td style="white-space:nowrap;"><input type="image" name="ctl00$btnSystem"
id="ctl00_btnSystem" src="../images/btnShortcutSystemOn.gif"
style="border-width:0px;" /></td>
If I want someone to be able to click on that image and take them to another
page, how's the best way to do that? Redirection? How specifically. I'm
new to .Net.
I figure I'll have to write a handler that handles ctl00_btnSystem.click.
Is this correct? And what do I put inside the handler to take the browser to
the new page?