Hello,
I want to associate both image and text to my buttons.
I got many examples but they are all javascript ones using an onclick method.
My problem is that for the moment, most of my buttons are ASP.NET ones with Code behind. How can I fire an event in a Javascript function to launch a VB one ?
I tried:
Function Java()
{
<%
Response.Write("<%VBSub()%>"
%>
}
But don't know how to format <% between the parenthesis.
Anybody can help me ?
Thanks.
I want to associate both image and text to my buttons.
I got many examples but they are all javascript ones using an onclick method.
My problem is that for the moment, most of my buttons are ASP.NET ones with Code behind. How can I fire an event in a Javascript function to launch a VB one ?
I tried:
Function Java()
{
<%
Response.Write("<%VBSub()%>"
%>
}
But don't know how to format <% between the parenthesis.
Anybody can help me ?
Thanks.