D
DailyCoder
There are two ways:
1. Hook the keypress event and bypass the +/*-? chars
2. Hook the textchanged event and remove the +/*-? char from the text
of the text box.
________________________
(e-mail address removed)
http://www.dailycoding.com
DailyCoding.com - daily code for C#, .NET, ASP.NET, SQL
1. Hook the keypress event and bypass the +/*-? chars
2. Hook the textchanged event and remove the +/*-? char from the text
of the text box.
________________________
(e-mail address removed)
http://www.dailycoding.com
DailyCoding.com - daily code for C#, .NET, ASP.NET, SQL