Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nastenka
  • Content: Threads
  • Order by date
  1. nastenka

    Subtotaling a group of data within a larger group

    I'm trying to create a report to show a group of orders with detail. I have a stored procedure that pulls order detail within a date range for a customer. I want to subtotal each Purchase Order of the individual items on the orders, break move on to the next order subtotal and then it would run...
  2. nastenka

    basic connection of form parameter to a form

    I would like to connect Form Parameter in SQLDataSource to form. I would like to pass from form input box to form parameter in sql datasource to call stored procedure by date. How do I do that?
  3. nastenka

    passing parameters in sqldatasource form parameters

    I have following code, how do I pass parameters from text box to the form parameters in sqldatasource? <form id="Form1" action="Report.aspx" method=post target=_blank> <asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox> <br /> <asp:TextBox ID="TextBox2" runat="server"...
  4. nastenka

    bind stored procedure

    bind stored procedure with html form or with textbox - how do I do that?

Part and Inventory Search

Back
Top