473,782 Members | 2,419 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

maskedbox in asp?

Hi

I am moving from VB6 to ASP.NET/VB.NET. A question I have is, is there a ASP
alternative to the VB6 maskedbox control, what I am trying to do is force a
user into typing in a date in format dd/mm/yy.

Thanks in advance

---
Outgoing mail is certified Virus Free, so am I.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 26/04/2004
Nov 18 '05 #1
3 2393
You could use this free control:
http://www.assistedsolutions.com/def...page=inputmask

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"starbuck" <st******@mbsso ft.co.uk> wrote in message
news:eD******** ******@TK2MSFTN GP09.phx.gbl...
Hi

I am moving from VB6 to ASP.NET/VB.NET. A question I have is, is there a ASP alternative to the VB6 maskedbox control, what I am trying to do is force a user into typing in a date in format dd/mm/yy.

Thanks in advance

---
Outgoing mail is certified Virus Free, so am I.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 26/04/2004

Nov 18 '05 #2
Thanks Steve, I will try it out

Regards
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:OY******** ******@TK2MSFTN GP11.phx.gbl...
You could use this free control:
http://www.assistedsolutions.com/def...page=inputmask
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"starbuck" <st******@mbsso ft.co.uk> wrote in message
news:eD******** ******@TK2MSFTN GP09.phx.gbl...
Hi

I am moving from VB6 to ASP.NET/VB.NET. A question I have is, is there a ASP
alternative to the VB6 maskedbox control, what I am trying to do is

force a
user into typing in a date in format dd/mm/yy.

Thanks in advance

---
Outgoing mail is certified Virus Free, so am I.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 26/04/2004


---
Outgoing mail is certified Virus Free, so am I.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 26/04/2004
Nov 18 '05 #3
Take a look at my Masked Text box as well. Its free too! http://www.eworldui.net/CustomContro...edTextBox.aspx

Matt Hawley, MCAD .NET
http://www.eworldui.net

Thanks Steve, I will try it out

Regards
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:OY******** ******@TK2MSFTN GP11.phx.gbl...
You could use this free control:
http://www.assistedsolutions.com/def...page=inputmask
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"starbuck" <st******@mbsso ft.co.uk> wrote in message
news:eD******** ******@TK2MSFTN GP09.phx.gbl...
Hi

I am moving from VB6 to ASP.NET/VB.NET. A question I have is, is there a ASP
alternative to the VB6 maskedbox control, what I am trying to do is

force a
user into typing in a date in format dd/mm/yy.

Thanks in advance

---
Outgoing mail is certified Virus Free, so am I.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 26/04/2004


---
Outgoing mail is certified Virus Free, so am I.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 26/04/2004

Nov 18 '05 #4

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

Similar topics

1
7096
by: Richard The Lost | last post by:
I am trying to create a mask for a time value typically of 02:23.45 and while I can get the mask to show in the box when it loses focus it rounds the number in some way to 02:24. I want to put this value into an mdb database and that is being equally intransigent and cussed. the database can change in any way required to store the value as long as it can be retrieved and displayed. I am getting close to believing I might have to write...
2
4973
by: Hmmm... | last post by:
Is there a way to control which controls appear to be "on top". For example a MaskEdBox shows up "on top" of a ComboBox when the 2 controls overlap, but a MaskedBox shows up "underneath" a DataCombo when 2 controls overlap. How can I force a MaskEdBox to show up "on top" of a DataCombo when whey overlap? Thanks.
3
1436
by: Simon Whale | last post by:
Hi, is there a way within vb,net to specify the way that information is entered into a textbox? for example a field that requires data to be inputted as DD/MM/YYYY i know this was possible with VB6 as you could use a masked textbox. can somebody point me in the right direction?
1
5513
by: metridevkk | last post by:
Hi, I need to use a Masked Edit Control in my ASPX page. In VS.Net, I added the reference to MSMask.dll for my application & also added the MaskEdBox to the Toolbox. After adding the control to the web form, when I select the control & see its properties, I do not see the "Text" property. I also try to set the "Text" property in a javascript function, but cannot access it. Here is the code:
5
13524
montzter
by: montzter | last post by:
Hi evryone, I'm having trouble in formatting the inputed data in the text box so that everytime user lost focus it will adjust its value to contain the format (#,####.##). ie user will input 1111.1 it will immediately be converted to 1,111.10 as its value. I've tried using this code in every lost focus: textbox.text = round(val(textbox.text)), 2) but the problem with this is I am not getting the comma and if the user enters an exact...
7
2051
by: MiziaQ | last post by:
In my project I need the user to type in the following input: 9999999A where the first 7 digits must be only digits, and the last character must be a letter from a-z ONLY I am using # for the first 7 digits, which character do I have to use to allow to enter only letters ?
5
2574
by: godhulirbalaka | last post by:
Hai, I wana to format a text box. TextBox Name is txt_amount So i want when the program in run mode then the text box has automaticly 0.00 will appear and when i worte any number then first 0 will delete and there will be my pressed number and when i press . point (.) then cursor will automaticly come after point and new neurmaric value will after the point. i. e . 25.36
5
1182
by: charvi | last post by:
Hi all i have access databae in which a table consists of all staff details with dat now if want to retrieve records between 5/01/2008 to 10/01/2008.i dot know the syntax of using between query can u pls help
0
9643
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10313
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10081
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9946
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5378
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3643
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.