how to compare dropdownlist's value with integer
hi everyone .
actually i want to know how compare a hiddenfields value with an integer:
like
if(1<int.Parse(Request.Form["schild"]) <= 2)
how work this condition schild is the name of hidden field .which have the value of the dropdoenlist control.
Thanks.....Gaurav
|