writing client-side script in code-behind asp .net
Hi,
Could anyone know how can we place client side script in Code-behind ASP .NET at our own place of choice in HTML page. Microsoft gave RegisterClientScriptBlock and RegisterStartupScript methods but they write code at start and end of form tags. How can we write client side script at our own choice of place in HTML form. (not at start or end of <form> tag). Is there any method of doing that.
Thanks.
|