validation
-
I HAVE ONE TEXTBOX TO GET MOBILE NUMBER AS INPUT.... IF ANY TEXT ENTER IN THE TEXTBOX MEANS IT WILL SHOW... "ENTER ONLY DIGITS".... SEND ME SUGESSTION... USING WINDOWS APPLICATION...
-
I HAVE ONE TEXTBOX TO GET MOBILE NUMBER AS INPUT.... IF ANY TEXT ENTER IN THE TEXTBOX MEANS IT WILL SHOW... "ENTER ONLY DIGITS".... SEND ME SUGESSTION... USING WINDOWS APPLICATION...
1. Don't use caps lock while posting a question. 2. Don't request something, just as nicely :) 3. Look at KeyPressed event of textbox or use Google to find more help.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
I HAVE ONE TEXTBOX TO GET MOBILE NUMBER AS INPUT.... IF ANY TEXT ENTER IN THE TEXTBOX MEANS IT WILL SHOW... "ENTER ONLY DIGITS".... SEND ME SUGESSTION... USING WINDOWS APPLICATION...
Use masked textbox.
C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void "Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live." - Martin Golding