Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox input mask
Message
 
To
01/02/2007 06:53:17
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01191258
Message ID:
01191323
Views:
10
Is your textbox bound or do you fill it manually?
-If your textbox is bound to a database, change your SQL query to divide your current value by 100 (and you will need to multiply it on save).
-If your textbox is bound to a class property, you can modify your property code to do the operation.
-If you fill it manually, then do the operation when feeding the control.

>Hi,
>Where should I place the code to divide the value by 100?
>
>Thank you
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform