No announcements
Found 2568811 threads
-
5 Votes
Text box validation in c# windows form
Hi, I want to write the code for validation of text box which accept only characters, no numeric values, if user will type numeric values in text ...Answered | 5 Replies | 22114 Views | Created by Rajesh Kumar Sahu - Friday, August 13, 2010 6:18 AM | Last reply by Noam B - Tuesday, August 17, 2010 11:36 AM -
0 Votes
Rich Text Box in Windows Forms?
Hi anooj, We can select the text the style of which needs to be modified at first.Answered | 3 Replies | 2836 Views | Created by anooj nair - Monday, October 19, 2009 7:12 AM | Last reply by april_123456 - Wednesday, October 21, 2009 7:20 AM -
2 Votes
numeric validation for text box
I need validation code for TextBox vb2010 See: User Input Validation in ...Answered | 6 Replies | 656 Views | Created by Jay8000 - Wednesday, October 1, 2014 8:48 PM | Last reply by Frank L. Smith - Thursday, October 2, 2014 4:27 PM -
0 Votes
multiple text box validation??
You can use a required field validator.Answered | 12 Replies | 5968 Views | Created by superlurker - Tuesday, May 5, 2009 9:08 PM | Last reply by superlurker - Thursday, May 7, 2009 1:34 PM -
1 Votes
Validating text box characters
You could set the Tag property of each TextBox to something that indicates which type of validation to do.Answered | 9 Replies | 3691 Views | Created by In10sity70 - Tuesday, February 10, 2015 10:36 PM | Last reply by Blackwood - Wednesday, February 11, 2015 12:56 AM -
0 Votes
Text Box input validation
Hi Karl, Since this issue is related to Windows Forms, I will move this thread to Windows Forms forum.Answered | 4 Replies | 1881 Views | Created by Karlap - Monday, March 11, 2013 9:41 PM | Last reply by Allen Li - MSFT - Wednesday, March 13, 2013 7:04 AM -
0 Votes
Name text box validations
Why are you on a C# forum if you need a JQuery answer?Answered | 6 Replies | 1114 Views | Created by HERO1234567 - Thursday, November 29, 2012 7:50 AM | Last reply by JayChase - Thursday, November 29, 2012 9:09 AM -
0 Votes
validating event for multipel text boxes.
Good evening, for VB2005 Win XP I have an application that has more than 20 text boxes used as inputs(numeric) ( in a form with ...Answered | 2 Replies | 2756 Views | Created by Jahin - Wednesday, January 13, 2010 8:31 PM | Last reply by Jahin - Thursday, January 14, 2010 7:15 AM -
0 Votes
Text Box in Infopath forms
Hi, Code to read Form field data using c#: XPathNavigator elemYourTextBox = ...Answered | 3 Replies | 11105 Views | Created by InternSharepoint - Thursday, July 30, 2009 8:10 PM | Last reply by Ashraf ul Islam - Monday, August 3, 2009 9:00 AM -
1 Votes
Text box validation
If no match (Case Else), then display a message box telling user the input was invalid.Answered | 5 Replies | 568 Views | Created by elitewelshie94 - Thursday, February 4, 2016 12:58 PM | Last reply by Solitaire - Thursday, February 4, 2016 5:49 PM -
1 Votes
using filters in windows forms application using combo box and text box
I have a c# windows form application where i have displayed the table employee details in a datagrid and i have a combo box where i have all the column names ...Answered | 1 Replies | 2409 Views | Created by Gagan KS - Sunday, June 10, 2012 4:17 AM | Last reply by Joel Engineer - Sunday, June 10, 2012 10:29 AM -
2 Votes
Text Box input validation
Thanks Leon C Stanley - - A dinky di VB'er - -Answered | 8 Replies | 3978 Views | Created by Karlap - Tuesday, March 12, 2013 9:54 PM | Last reply by Frank L. Smith - Friday, March 15, 2013 4:08 PM -
0 Votes
Need help in validating a text box, giving invalid inputs to the text box.
Hi rakshit, u can validate ur text box using below code also, u can pass parameter text box ...Answered | 5 Replies | 4015 Views | Created by RakshithR - Monday, November 29, 2010 1:34 PM | Last reply by Kirtikumar Jani - Wednesday, December 1, 2010 10:59 AM -
0 Votes
text box
how would I export the data in those text boxes into a .txt file?Answered | 4 Replies | 3102 Views | Created by KINGM56 - Thursday, July 23, 2009 7:10 PM | Last reply by Reed Copsey, Jr - Friday, July 24, 2009 12:19 AM -
5 Votes
VB.NET Text Box Control: Integer Entry Validation
Just yesterday I posted anAnswered | 11 Replies | 20037 Views | Created by Devandroid® - Monday, November 18, 2013 1:56 PM | Last reply by Devandroid® - Monday, November 18, 2013 8:29 PM -
0 Votes
Visual C# : Rich text box
Well, You're not alone: One Two Three Looks like in all cases You have to create your own ...Answered | 1 Replies | 521 Views | Created by [Roshan_Kumar] - Sunday, December 17, 2017 5:59 AM | Last reply by Oleg Levitsky - Monday, December 18, 2017 3:49 PM -
4 Votes
How to validate a windows form?
As far as how to validate all text boxes it depends on what you decide to be valid data.Answered | 6 Replies | 3463 Views | Created by MaysamSh - Friday, July 25, 2008 11:21 AM | Last reply by mheltx - Saturday, August 9, 2008 10:11 AM -
0 Votes
text box validation with purticular character
You can use Regular Expressions for validating the text box.Answered | 2 Replies | 2902 Views | Created by hot n thought - Thursday, October 1, 2009 6:38 AM | Last reply by Chr. Weinert - Thursday, October 1, 2009 11:53 AM -
1 Votes
Extended Text box controls in C#
foreach (Control ctrlT in pTbPage.Controls) //Validation { if ((ctrlT) is extdTextBox) ...Answered | 3 Replies | 697 Views | Created by kvg sasi - Thursday, August 6, 2015 10:24 AM | Last reply by kvg sasi - Friday, August 28, 2015 10:38 AM -
0 Votes
C# Allow user to select text in text box at runtime
The project is "Windows Application" with 4.5 Net.Answered | 6 Replies | 3193 Views | Created by saratogacoach - Friday, September 19, 2014 3:47 AM | Last reply by saratogacoach - Friday, September 19, 2014 1:08 PM - Items 1 to 20 of 2568811 Next ›
No announcements