G
Guest
Hi,
I want to simply add hyperlink functionality to a normal web control button.
I understand that i can use the hyperlink button for this but in this case i
dont want to do this.
Say i have a webcontrol button on the webform. within the onclick function
how would i hyperlink to a new aspx page in the same virtual directory? Is it
something to do with href? I dont wanna use the full hyperlink
(http://www.google.com.au/) but i want to just specify the .aspx page because
its in the same virtual directory....
I am developing a web app in asp.net using code behind and vb server and
client code.
I want to simply add hyperlink functionality to a normal web control button.
I understand that i can use the hyperlink button for this but in this case i
dont want to do this.
Say i have a webcontrol button on the webform. within the onclick function
how would i hyperlink to a new aspx page in the same virtual directory? Is it
something to do with href? I dont wanna use the full hyperlink
(http://www.google.com.au/) but i want to just specify the .aspx page because
its in the same virtual directory....
I am developing a web app in asp.net using code behind and vb server and
client code.