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 Rhinorhino 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: TexDec
  • Content: Threads
  • Order by date
  1. TexDec

    Formating a Table in ASP

    I'm building a table of results and I need to format some of the numeric columns as &quot;#,###,##0.00&quot; Is there a way I can do this within the <td></td> tags? Thanks Declan
  2. TexDec

    Passing Variable to an Object Name

    In my ASP I have the following sub (line numbers have been added here). The problem is on line 4 where I need to populate the &quot;txtCOST&quot; textbox with the value in another textbox. The name of the 2nd box has been passed to the procedure as &quot;var1&quot;. How do I pass the value of...
  3. TexDec

    Listbox with Multiple Select Option enabled

    I have a list box from which the user can select 1 or many options. In my action asp I want to be able to loop through these options, calling a procedure for each one. Is this possible? I'm hoping for something that looks like this. For Each Itm in...

Part and Inventory Search

Back
Top