Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to read formControlRange Value after pressing a button
#2
In this same form, add a hidden field to the Form's HiddenField property as:

formControlRange=abcd


in this case, "abcd" is the default value. you can leave it empty too. The name must match the id of the input control.

When the form gets submitted, formControlRange will be one of the request fields, which can be obtained as usual from the WebApplicaiton.Request.Params object.
Reply


Messages In This Thread
RE: How to read formControlRange Value after pressing a button - by Alexandre Machado - 05-01-2020, 02:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)