hi, i have a label in my form, and im trying to get the value of the label using HttpContext.Current.Request. But the label is not int he key, only the input types. is there any way of retrieving the value of a label?
Hello
Request["lbl1"] doesnt work.