Re: How to run and return a value from JavaScript by C#?

A

Alvin Bruney

typically you return a value based on an event which is why you would use
attributes to emit script from a control

textbox1.attributes.add("onclick","retval = confirm('do you want to
delete?')")
something along those lines
 

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

Top