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

  • Thread starter Thread starter Alvin Bruney
  • Start date Start date
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
 
Back
Top