G
Guest
Hello:
I have an aspx page with a Formview and a Gridview on it.
I have a dropdownlist control which I want to bind to both the Formview and
the Gridview.
I put the dropdownlist in the <InsertItemTemplate> of the Formview, so it is
binded with no problem.
I also want to use that dropdownlist's SelectedValue as a parameter that
determines the data displayed in my Gridview.
But now, how do I programatically access that dropdownlist SelectedValue
within the Gridview if it is in the Formview's <InsertItemTemplate>?
I have an aspx page with a Formview and a Gridview on it.
I have a dropdownlist control which I want to bind to both the Formview and
the Gridview.
I put the dropdownlist in the <InsertItemTemplate> of the Formview, so it is
binded with no problem.
I also want to use that dropdownlist's SelectedValue as a parameter that
determines the data displayed in my Gridview.
But now, how do I programatically access that dropdownlist SelectedValue
within the Gridview if it is in the Formview's <InsertItemTemplate>?