Re: Seeking Ideas for Controls
From: Victor Garcia Aprea [MVP] (vga_at_NOobiesSPAM.com)
Date: 04/27/04
- Next message: Scott: "Re: DataGrid childcontrols problem"
- Previous message: Victor Garcia Aprea [MVP]: "Re: Seeking Ideas for Controls"
- In reply to: Victor Garcia Aprea [MVP]: "Re: Seeking Ideas for Controls"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Apr 2004 22:33:06 -0300
Something in the lines of this[1]
[1]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/maskededit_control.asp
-- Victor Garcia Aprea Microsoft MVP | ASP.NET Looking for insights on ASP.NET? Read my blog: http://obies.com/vga/blog.aspx To contact me remove 'NOSPAM'. Please post all questions to the newsgroup "Victor Garcia Aprea [MVP]" <vga@NOobiesSPAM.com> wrote in message news:OrVSXX$KEHA.3664@TK2MSFTNGP10.phx.gbl... > I'm thinking about something in the lines of the old VB MaskedEdit control > if you remember that. Basically it is a regular textbox with the added > feature that you can set a mask (usually a regex) telling it which input to > accept and how to mask it in the UI. Then the control will only accept > keystrokes valid for the current particular character position. I've heard > lots of request for something like this in my talks, newsgroups, etc. > > -- > Victor Garcia Aprea > Microsoft MVP | ASP.NET > Looking for insights on ASP.NET? Read my blog: > http://obies.com/vga/blog.aspx > To contact me remove 'NOSPAM'. Please post all questions to the newsgroup > > "Ed Swartz" <Ed.Swartz@SandyPondConsulting.com> wrote in message > news:iNdjc.3584$g31.2884@newsread2.news.atl.earthlink.net... > > Victor, > > > > I know TextBox TextMode can be set to "Password" which masks > > the text entered into the textbox. How would your MaskedTextBox > > work? > > > > Ed > > > > Victor Garcia Aprea [MVP] wrote: > > > What about a MaskedTextBox? a... BreadcrumbControl (this one is coming > in > > > ASP.NET v2, but there is a need for this for the v1.x bits)? A nicer > > > Calendar than the built-in one? > > > > > > >
- Next message: Scott: "Re: DataGrid childcontrols problem"
- Previous message: Victor Garcia Aprea [MVP]: "Re: Seeking Ideas for Controls"
- In reply to: Victor Garcia Aprea [MVP]: "Re: Seeking Ideas for Controls"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|