Ask a Question related to Dreamweaver AppDev, Design and Development.
-
mHaro #1
Format TexBox
Hello there, I'm wondering if someone know how tu format a TexBox that only
allows to the user write only numbers in it, does someone know how to do this
in Dreamweaver ASP.Net ? any help would be aprecciated!!
mHaro Guest
-
Programmatically change width of texbox?
I thought this would be straightforward but it's not. How do I programmatically reduce the width of a textbox by 20 pixels, say? TextBox1.Width =... -
Grid texbox autopostback
Hi All, I'm trying to perform an autopostback on a textbox, when i leave the cell it does postback to the server but i can't find the event that... -
cannot change value of texbox w/in datagrid after first bind
I have a datagrid with the columns defined in the aspx <columns> <asp:TemplateColumn HeaderText="Hours"... -
Placing an image in a Tab Fixed format without messing up the format??
I will do my best to explain the problem. First of all, this is an XP machine and I am using CS InDesign (the version of InDesign that one can... -
java script and server texbox control
I got it with(document.forms){ if(!RFV_FrameSelection.IsValid){//validator is false //code... return; } } -
Michael Fesser #2
Re: Format TexBox
.oO(mHaro)
You would have to do it with Javascript, but it won't be reliable and>Hello there, I'm wondering if someone know how tu format a TexBox that only
>allows to the user write only numbers in it, does someone know how to do this
>in Dreamweaver ASP.Net ? any help would be aprecciated!!
probably annoying. Leave it as is and check on the server for correct
input.
Micha
Michael Fesser Guest
-
Julian Roberts #3
Re: Format TexBox
You could use the in-built ASP.NET validators. Have a look at the free
extension from [url]http://www.webxel-dw.co.uk/[/url] to facilitate the functionality
in Dreamweaver.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest



Reply With Quote

