I'm creating javascript code in VB Code and need it to be in my HTML code. How can I do this? I've tried "RegisterClientScriptBlock" from VB, but that doesn't seem to work.
It should work. I've done scenarios like that.
Maybe show us some code and give us more details about exactly what is not
working and/or what error messages you're getting.
You can output any javascript dynamically from your .NET code behind using
such function as:
How can I do this? I've tried "RegisterClientScriptBlock" from VB, but that
doesn't seem to work.
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.