Hello,
I have a usercontrol in which I have a dropdowlist which is charged dynamically with data.
I want to use this control in a aspx page ,When I use it in the aspx page , on the clic button of my form,I can't recover the selected item.It returns nothing when I do this:
Response.Write(Request.Params.Get("myUserControl"
)
I do have dataValueField in the dropdownlist.
can anyone help me please??
Thanks
I have a usercontrol in which I have a dropdowlist which is charged dynamically with data.
I want to use this control in a aspx page ,When I use it in the aspx page , on the clic button of my form,I can't recover the selected item.It returns nothing when I do this:
Response.Write(Request.Params.Get("myUserControl"
I do have dataValueField in the dropdownlist.
can anyone help me please??
Thanks