Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <asp:SqlDataSource ID="gridSource" runat="server" ConnectionString="<%$ ConnectionStrings:connectionString %>"
  2. SelectCommand=" select * from [tbl_Capability] where domain like '%@DomainID%'">
  3. <SelectParameters>
  4. <asp:ControlParameter Name="DomainID" PropertyName="SelectedValue" ControlID="ddlcu"></asp:ControlParameter>
  5. </SelectParameters>
  6. </asp:SqlDataSource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement