i've a repeater controll with in which i'm binding dynamic links , now i've sub links within that so i just need to pass the id of the particular link to the code behind function when user moves mouse over the link....
front end code is like this ..
">
<%# Eval("MenuName")%>
Now how can i pass the 'id' which i'm passing as a query string to some other page??
awaiting for the help...
thanx...
syed afrozPosted Sep 22, 2010, 5:47 AM
Can u please elaborate specifying javascript function calling code behind function..
awaiting for ur valuable reply.....
Koteswararao MallisettiPosted Sep 21, 2010, 10:01 AM
you need a one comman function which handle all hyperlink mouseOver event
if it is correct this is html hyperlink so we create a one javascript funtion with one parameter that is this
in the script we can use as you like