S
sck10
Hello,
Iin my ASP.NET page, I have a Gridview and a FormView control on it. The
FormView control will display
the detailed data depending on the value from the GridView's SelectedValue.
How do I capture the SelectedValue?
--
Thanks in advance,
sck10
Parameter for the FormView
<SelectParameters>
<asp:ControlParameter ControlID="gvSearchList"
DefaultValue="NoParameter" Name="LabModification_ID"
PropertyName="SelectedValue" Type="String" />
</SelectParameters>
Iin my ASP.NET page, I have a Gridview and a FormView control on it. The
FormView control will display
the detailed data depending on the value from the GridView's SelectedValue.
How do I capture the SelectedValue?
--
Thanks in advance,
sck10
Parameter for the FormView
<SelectParameters>
<asp:ControlParameter ControlID="gvSearchList"
DefaultValue="NoParameter" Name="LabModification_ID"
PropertyName="SelectedValue" Type="String" />
</SelectParameters>