Folks,
I have an image in the ".aspx" file that I want to make clickeable. That is, when a person clicks on it goes to the VB.NET file ".b.aspx"
Code in front file shown below:
Can anyone show me how to make this clickeable ie.e what do I need to put around the above to make it work and in the code-behind file please?
Thankx,
G.
I have an image in the ".aspx" file that I want to make clickeable. That is, when a person clicks on it goes to the VB.NET file ".b.aspx"
Code in front file shown below:
HTML:
<input onmousedown="ValidateCurrencySelection()" id="imgSubmit" type="image" alt="Click here" src="images/EN.gif" border="0" name="imgSubmit">
Can anyone show me how to make this clickeable ie.e what do I need to put around the above to make it work and in the code-behind file please?
Thankx,
G.