G Guest Aug 10, 2005 #3 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 Click to expand... Click to expand...
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 Click to expand... Click to expand...
G Guest Aug 10, 2005 #4 This line will be in server side..inside Page_Load would be fine LinkButton1.Attributes["onmouseover"] = "fn_mouseoverjavascript()" Click to expand... Click to expand... 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 Click to expand... Click to expand... Click to expand...
This line will be in server side..inside Page_Load would be fine LinkButton1.Attributes["onmouseover"] = "fn_mouseoverjavascript()" Click to expand... Click to expand... 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 Click to expand... Click to expand... Click to expand...