iorunner

Untitled

Feb 26th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.53 KB | None | 0 0
  1. <asp:SqlDataSource ID="DBCTest_2" runat="server" ConnectionString="<%$ ConnectionStrings:nortondbConnectionString %>" SelectCommand="GetPatients" SelectCommandType="StoredProcedure">
  2.                             <SelectParameters>
  3.                                 <asp:Parameter DefaultValue="0" Name="PatientID" Type="Int32" />
  4.                                 <asp:Parameter DefaultValue="0" Name="UserID" Type="Int32" />
  5.                             </SelectParameters>
  6.                         </asp:SqlDataSource>
Advertisement
Add Comment
Please, Sign In to add comment