hi,
how to call a javascript function from the ASP Page..
thanks in adv.
Venu
Printable View
hi,
how to call a javascript function from the ASP Page..
thanks in adv.
Venu
:confused: have you tried using templates? separate the HTML part from ASP stuff and call the javascript from the HTML part. this is if you only want to manipulate the HTML part using the jscript function.
:)
Check out the RegisterClientScriptBlock method
http://msdn.microsoft.com/library/de...blocktopic.asp
also you can stick in event handlers inside your web control tags or add them programatically through Attributes.Add(key, value)