T
tranky
Hi asp.net programmers,i've a question for you!
How to add javascript between two specific tag?
( for example div tag )
This javascript i must add in the page is a control, and i must
insert it beetween two div tag.
If use this.Page.ClientScript.RegisterClientScriptBlock,
the control is added in the head of the page, instead, if i use
this.Page.ClientScript.RegisterStartupScript the control is added in the
footer of the page.
In what way i can resolve this issue?
thanx
How to add javascript between two specific tag?
( for example div tag )
This javascript i must add in the page is a control, and i must
insert it beetween two div tag.
If use this.Page.ClientScript.RegisterClientScriptBlock,
the control is added in the head of the page, instead, if i use
this.Page.ClientScript.RegisterStartupScript the control is added in the
footer of the page.
In what way i can resolve this issue?
thanx