Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Confirm ON from FoxPro to .NET
Message
From
05/01/2005 18:08:51
 
 
To
05/01/2005 16:12:54
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 1.1
Database:
MS SQL Server
Miscellaneous
Thread ID:
00974518
Message ID:
00974553
Views:
12
Hey, Mindy,

As Rod said, you'd want to implement this behavior in your base textbox class. The logic would need to evaluate the length of what's entered against some custom property for an input mask, defined length, etc.

I haven't seen any specific equivalent of SET CONFIRM either. This is perhaps a stretch, but you may want to check out this C# MaskedEdit Control from the Code Project. I used it a while back and it's pretty nice. (You need to register to download things, but it's free).

http://www.codeproject.com/cs/miscctrl/maskededit.asp

I don't know if this has the equivalent of SET CONFIRM, but it may contain other capabilities that might make it easier to implement a SET CONFIRM, as opposed to building it from scratch.

Hope that helps...
Kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform