H
hon123456
Dear all,
I have seen DetailsView with a SelectParameter from
GridView. like follows
SelectCommand="SELECT * FROM [Customers] WHERE ([CustomerID] =
@CustomerID)">
<SelectParameters>
<asp:ControlParameter ControlID="GridView1" Name="CustomerID"
PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
I want to Know how Can I generate the above code with Smart Tag of
DetailsView or Graphically
using VB2008. Or I need to put the above code manually. Thanks
I have seen DetailsView with a SelectParameter from
GridView. like follows
SelectCommand="SELECT * FROM [Customers] WHERE ([CustomerID] =
@CustomerID)">
<SelectParameters>
<asp:ControlParameter ControlID="GridView1" Name="CustomerID"
PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
I want to Know how Can I generate the above code with Smart Tag of
DetailsView or Graphically
using VB2008. Or I need to put the above code manually. Thanks