I have formatted the columns in the database, but it has had not effect on the asp. Is there some other tag/option I need to set in order to use the server defined format?
I'm building a table of results and I need to format some of the numeric columns as "#,###,##0.00"
Is there a way I can do this within the <td></td> tags?
Thanks
Declan
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 "txtCOST" textbox with the value in another textbox. The name of the 2nd box has been passed to the procedure as "var1".
How do I pass the value of...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.