Data Source of User Control?
Dear All,
In VB6, we got the DataBindingBehavior in UserControl. Once set it to simplex or complex. We will find a "DataSource" property in form designer. But in VC#. I can't find it. What should I do therefore the control will have "DataSource", "DataMember" property in property list and can choose a available datasource for the Control?
Answers (2)
0
Hi Suresh,
Use like this it should help you.
Response.Redirect("../Admin/Section.aspx?SelectedValue=Admin");
or
Response.Redirect("~/Admin/Section.aspx?SelectedValue=Admin");
Hope this helps.
Thanks,
Kalyan