Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Steveborough #1
Triming Whitespace in ASP.net form submits
Hello all, I am using Dreamweaver MX 2004, ASP.net, SQL Server And when i
insert a record using the generated form from the wizard, there is a lot of
whitespace after each field (enough to max out the 32 column default value)
How do you apply a trim whitespace to each field? This use to be so easy using
CF Thanks
Steveborough Guest
-
OSX 10.5 and Safari 3.1 double submits
Hi All. I have a flex 2.01 app deployed, part this app is a form submit button. On OSX 10.5 leopard and running latest Safari 3.1 the button... -
CFC getter and whitespace
Wondering if this is a bug. Using the following code. <cfapplication name="test" sessionmanagement="yes"> <cflock timeout="20" type="exclusive"... -
cannot get rid of whitespace
The following code writes a file to the server, however when I check the file that it writes it starts the written code on line 2 and leaves a... -
triming characters
I'm trying to trim blank spaces... on TrimChar s repeat with i = 1 to length(s) if NOT(char i of s = " ") then thisText = thisText + s.char... -
checking form whitespace
I've created a function that checks form fields that only will have letters. This is the script: <script type="text/javascript"... -
Julian Roberts #2
Re: Triming Whitespace in ASP.net form submits
Use varchar instead of char for the datatype of the field.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Steven Johnson #3
Re: Triming Whitespace in ASP.net form submits
Thanks, works like a charm. Do you recommend any companion books for
Dreamweaver MX 2004 and ASP.net Development. Thanks
Steven
"Julian Roberts" <newsg@charon.co.uk> wrote in message
news:cuu52c$phs$1@forums.macromedia.com...> Use varchar instead of char for the datatype of the field.
>
> --
> Jules
> [url]http://www.charon.co.uk/charoncart[/url]
> Charon Cart 3
> Shopping Cart Extension for Dreamweaver MX/MX 2004
>
>
Steven Johnson Guest



Reply With Quote

