RegisterClientScriptBlock Prblen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have used RegisterClientScriptBlock to emit Client side script in my ASP.NET page. It works well.
But I dont want the script to be emitted when postbacks. But it emits the script even if I dont call the RegisterClientScriptBlock
how to prevent it?
 
check your earlier post before posting again

--

Regards,

HD
Rajan said:
I have used RegisterClientScriptBlock to emit Client side script in my ASP.NET page. It works well.
But I dont want the script to be emitted when postbacks. But it emits the
script even if I dont call the RegisterClientScriptBlock.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top