Call Javascript function in Page Load event - VB.Net

Hi,

I need to call a javascript function using attributes.add function from vb.net during page load.

Immediate support is appreciated.

Regards,
Siva Kumar RHi,

I need to call a javascript function during page load.


if you just want to call a js function during page load, u won't need to do it from code-behind, just put a "onload=functionName();" at your body tag
 
Back
Top