S
sck10
Hello,
I have a GridView that has AutoGenerateSelectButton="true". When the
"Select" link is clicked, it opens a FormView with the appropriate data.
Below is the following SelectParameter that is used to populate the
FormView.
"gvSearchList" is the ID for the GridView.
<SelectParameters>
<asp:ControlParameter ControlID="gvSearchList"
DefaultValue="NoParameter" Name="LabModificationID"
PropertyName="SelectedValue" Type="String" />
</SelectParameters>
I have two situations in which I want to open the form. With or without a
querystring. If I don't have a query string value, I want it to function as
it currently does. My question is how can I bypass using to GridView to
send the querystring as the parameter value?
I have a GridView that has AutoGenerateSelectButton="true". When the
"Select" link is clicked, it opens a FormView with the appropriate data.
Below is the following SelectParameter that is used to populate the
FormView.
"gvSearchList" is the ID for the GridView.
<SelectParameters>
<asp:ControlParameter ControlID="gvSearchList"
DefaultValue="NoParameter" Name="LabModificationID"
PropertyName="SelectedValue" Type="String" />
</SelectParameters>
I have two situations in which I want to open the form. With or without a
querystring. If I don't have a query string value, I want it to function as
it currently does. My question is how can I bypass using to GridView to
send the querystring as the parameter value?