how to add mouseover event to link button by using javascript?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Sreejith Ram,

where to put the code?

best regards,
GL.


Sreejith Ram said:
LinkButton1.Attributes["onmouseover"] = "fn_mouseoverjavascript()"



Daniel said:
Hi all,
Any ideas?

your help will be appreciated.

best regards,
GL
 
This line will be in server side..inside Page_Load would be fine
LinkButton1.Attributes["onmouseover"] = "fn_mouseoverjavascript()"

fn_mouseoverjavascript() should be at client side, using javascript


Daniel said:
Hi Sreejith Ram,

where to put the code?

best regards,
GL.


Sreejith Ram said:
LinkButton1.Attributes["onmouseover"] = "fn_mouseoverjavascript()"



Daniel said:
Hi all,
Any ideas?

your help will be appreciated.

best regards,
GL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top