473,394 Members | 2,090 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

client side editing in Text Boxes?

Are there any textbox controls capable of enforcing client side editing i.e.
telephone number edit masks, enforce numeric, etc.
Thanks,
T
Nov 18 '05 #1
4 1348
It will all have to be done with javascript. You should be able to write one
yourself I would think though, shouldn't be that bad.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Tina" <ti**********@removespamexcite.com> wrote in message
news:uk**************@tk2msftngp13.phx.gbl...
Are there any textbox controls capable of enforcing client side editing
i.e. telephone number edit masks, enforce numeric, etc.
Thanks,
T

Nov 18 '05 #2
You could use validation for this. For the phone number mask, use
regular expression validator, for the numeric enforcement, use the
Compare validator (close, not in front of .NET so don't have exact
validator name for this).

James

Tina wrote:
Are there any textbox controls capable of enforcing client side
editing i.e. telephone number edit masks, enforce numeric, etc.
Thanks,
T


Nov 18 '05 #3
I wrote this one for a recent book:
http://www.daveandal.net/books/6744/.../maskedit.aspx

You can download the code from:
http://www.daveandal.net/books/6744/
"Tina" <ti**********@removespamexcite.com> wrote in message
news:uk**************@tk2msftngp13.phx.gbl...
Are there any textbox controls capable of enforcing client side editing i.e. telephone number edit masks, enforce numeric, etc.
Thanks,
T

Nov 18 '05 #4
Regular Expression Validator - of course. Just not thinking.
Thanks so much,
T

"James Thomas" <Ra****@NOSPAM.gmail.com> wrote in message
news:10*************@corp.supernews.com...
You could use validation for this. For the phone number mask, use
regular expression validator, for the numeric enforcement, use the
Compare validator (close, not in front of .NET so don't have exact
validator name for this).

James

Tina wrote:
Are there any textbox controls capable of enforcing client side
editing i.e. telephone number edit masks, enforce numeric, etc.
Thanks,
T

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Isa Terzi | last post by:
I am developing an application in ASP.NET with C#. I have multiple radio boxes at the main page. Based on the selection of the user, I want to disable some of the text boxes, drop down boxes in...
5
by: KathyB | last post by:
If someone could just explain this to me...I just don't get it! I have an aspx page where I retrieve several session variables and use xmlDocument to transform xml file with xsl file into an...
1
by: john | last post by:
We have an asp.net page that we are mixing our C# code on both the code behind and in the .aspx page. We are using the code behind for a server side control that has post back events. but we are...
2
by: Davisro | last post by:
I am wondering if it is possible to have a running total of four textboxes so that when any text box is changed I could then calcuate the total of the four boxes and show this on the webform. ...
5
by: Sun Jian | last post by:
Hi, I am trying to customize the asp.net validation to achieve the following: Upon submitting the form, client side validation will run, and it will stop at the first error detected. For...
0
by: magic man | last post by:
I have written an application in VB.Net using server side controls. I realize that I need client side controls to print anything at the clients computer. I have a web page that consists of a 1...
10
by: Paul | last post by:
Hi I am using the HtmlInputFile control to upload a file from a client to a server. I have a browse to find the file on the server but need to create the path dynamically as to were it will go...
1
by: nudrat | last post by:
I have a form, where new text boxes are generated by onclick event of a button. The function required to generate text boxes is written in Java Script. but i have to count no of text boxes generated,...
3
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I have a webform with several entry boxes and the user enters numbers in each box. I keep a running total (just adds all of the entries together) but am posting back to the server to do this. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.