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 Mike Lewis 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
  • 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

    I use <formparameters> in sql, but I am not sure how to call the <formparameters> from text box or form. I know form can have action="<%= response.something %> , but I have never used it and not sure what is the syntax.
  5. nastenka

    bind stored procedure

    The thing is that I want to show a part of procedure on screen that is between the two dates entered, can a session do that?
  6. nastenka

    bind stored procedure

    I want to use textbox as input parameter, and to pull up from stored procedure the information bounded by the two textboxes, bounded by the input in these input pararameters, particulary - a date.
  7. nastenka

    bind stored procedure

    I am using .NET version 2, Visual Studio 2005 version 8. The parameter that I am passing is a date, if that matters.
  8. nastenka

    bind stored procedure

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

Part and Inventory Search

Back
Top