E
exshige
I read from some book that you can actually on any tag in the html page put
a onClick or something and assign it with the sub/function name that is in
the codebehind. I tried but it say name undefined.
I am trying to make a rollover effect using codebehind. I have a <a> tag
that onmouseover will call a sub in codebehind to change a <asp:image> image
url.
How come i can see a lot of "on" events of the <a> in the html side but when
i declare it in the codebehind and i can only access only a few of them?
thanks.
a onClick or something and assign it with the sub/function name that is in
the codebehind. I tried but it say name undefined.
I am trying to make a rollover effect using codebehind. I have a <a> tag
that onmouseover will call a sub in codebehind to change a <asp:image> image
url.
How come i can see a lot of "on" events of the <a> in the html side but when
i declare it in the codebehind and i can only access only a few of them?
thanks.