2
Answers

Data Source of User Control?

lln

lln

21y
2.2k
1
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
Kalyan Basa
NA 56 0 13y
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