I have an image that I need to call a vb method on its onclick event. Its simple to do with js. just like this
onClick="jsmethod();"
But how do you tell it to call a vb method.
I tried doing this
onClick="vbmethod();"
but that will not work.
Any suggestions will help.
New to asp and interdev.
onClick="jsmethod();"
But how do you tell it to call a vb method.
I tried doing this
onClick="vbmethod();"
but that will not work.
Any suggestions will help.
New to asp and interdev.