Usually we embed java script in <HEAD> tag with
<SCRIPT language="JavaScript">. But for the web user control there is no head tag. Then how to embed javascript in the ascx type file. Or we can't use it. Help need.
regards,
Senthil
Usually we embed java script in <HEAD> tag with
<SCRIPT language="JavaScript">. But for the web user control there is no head tag. Then how to embed javascript in the ascx type file. Or we can't use it. Help need.
regards,
Senthil
A simple <script language="JavaScript"> anywhere in your code will do.