This is probably very easy.
How do I set an HTML select control's value from the querystring?
This is what I have...but, only the select control's value doesn't get
set.
CustomerSelect. Value = Request.QuerySt ring("cus")
StartDate.Text = Request.QuerySt ring("Sdate")
This works...
StartDate.Text = Request.QuerySt ring("cus")
Thanks,
j.t.w
How do I set an HTML select control's value from the querystring?
This is what I have...but, only the select control's value doesn't get
set.
CustomerSelect. Value = Request.QuerySt ring("cus")
StartDate.Text = Request.QuerySt ring("Sdate")
This works...
StartDate.Text = Request.QuerySt ring("cus")
Thanks,
j.t.w
Comment