Hi
I hope some one can help me with this small piece of code.
I have a button on a ASP page and when the user click the button the code have to open another page. However, nothing happens when I click on the button.
I have tested the hyperlink by creating a ordinary hyperlink to the page at the same place as the button and it works. So I must not have understood how to create a button in ASP....
<INPUT type="button" value="Load data to database" id=button1 name=button1 onclick="../../intercatch/InterCatchCS/Data/UploadValidation/frmTest.aspx?SessionId=<%=intSessID%>&strFileName=<%=strFileName%>&IntDatasetID=<%=IntDatasetID%>"></INPUT>
I hope some one can help me with this small piece of code.
I have a button on a ASP page and when the user click the button the code have to open another page. However, nothing happens when I click on the button.
I have tested the hyperlink by creating a ordinary hyperlink to the page at the same place as the button and it works. So I must not have understood how to create a button in ASP....
<INPUT type="button" value="Load data to database" id=button1 name=button1 onclick="../../intercatch/InterCatchCS/Data/UploadValidation/frmTest.aspx?SessionId=<%=intSessID%>&strFileName=<%=strFileName%>&IntDatasetID=<%=IntDatasetID%>"></INPUT>