No announcements
Found 1203696 threads
-
1 Votes
Databinding - bind textbox and datagridview
In your example, you're binding the TextBox to the BindingSource, but you're binding the grid to the BindingSource's DataSource.Answered | 1 Replies | 5997 Views | Created by jogisarge - Saturday, December 13, 2008 9:34 AM | Last reply by BonnieB - Saturday, December 13, 2008 9:55 PM -
0 Votes
Bound Textbox Formatting
double click the TextBox in the designer at design-time, it will generate the method for you, put there a breakpoint in the generated method and see....Answered | 3 Replies | 3365 Views | Created by REvans611 - Saturday, September 6, 2008 2:30 PM | Last reply by Shimmy Weitzhandler - Monday, September 8, 2008 2:20 PM -
0 Votes
TEXTBOX - time format with miliseconds
Hi all, I need to have in my App 3 textboxes where I have to put my time results in format: mm:ss:msms, where ms means tenth and hundredths ...Answered | 2 Replies | 983 Views | Created by djwheele - Wednesday, January 29, 2014 1:35 PM | Last reply by Frank L. Smith - Wednesday, January 29, 2014 1:42 PM -
0 Votes
Formatting Text Boxes
.### in the text box to demonstrate this, but the users do not like this (sometimes I think they forget it's a prototype).Answered | 3 Replies | 3193 Views | Created by jh08tt - Friday, October 29, 2010 3:13 PM | Last reply by Chuck Hays - Friday, October 29, 2010 4:26 PM -
0 Votes
format a text box in the report
hI, right click on textbox properties and select Number as ...Answered | 2 Replies | 1639 Views | Created by RaulDvlpr - Tuesday, December 18, 2012 3:50 PM | Last reply by Satish Voleti - Tuesday, December 18, 2012 4:44 PM -
0 Votes
Textbox formatted Data
Is there a .NET pluggin that will allow me to setup a text up for the format I want users to input data?Answered | 1 Replies | 1598 Views | Created by William256 - Friday, July 6, 2012 8:05 PM | Last reply by Mitja Bonca - Friday, July 6, 2012 8:17 PM -
0 Votes
Help to format Textbox
>2) The Textbox will accept no more than 4 numerical values We can set the TextBox.MaxLength property which is used to specify the maximum number of characters ...Answered | 1 Replies | 370 Views | Created by Paul9762 - Monday, September 14, 2015 10:47 AM | Last reply by Amy Peng - Monday, September 14, 2015 11:49 AM -
2 Votes
Store a Textbox Value in array format
A string is already an array, so it is simple 'Have some text in the textbox TextBox1.Text = ...Answered | 2 Replies | 915 Views | Created by DivisBalaji - Thursday, July 31, 2014 11:33 AM | Last reply by Crazypennie - Thursday, July 31, 2014 2:14 PM -
0 Votes
Handle format of input enter textbox
I trap the enter key (use event handler kill focus of that textbox) and check for length of the input in the textbox, add zero if the length is 2 and update ...Answered | 5 Replies | 2098 Views | Created by tt-2010 - Tuesday, January 8, 2013 4:46 PM | Last reply by tt-2010 - Wednesday, January 9, 2013 4:13 PM -
1 Votes
Highlighting Parsed Text In a Textbox
>So, the textbox will need to be able to show the highlighted text WITHOUT receiving focus.Answered | 3 Replies | 2302 Views | Created by SMeddows - Thursday, March 24, 2016 4:54 PM | Last reply by SMeddows - Monday, April 11, 2016 9:40 PM -
0 Votes
get text from a TextBox
Is there a arrange this so that the TextBoxes can be more easily edited?Answered | 2 Replies | 1036 Views | Created by DrakeTX - Thursday, August 14, 2014 9:46 PM | Last reply by DrakeTX - Friday, August 15, 2014 6:53 PM -
0 Votes
Simple databinding with ComboBox and TextBox
Once the binding is set for the TextBlock (you said in the title it's a TextBox but in XAML you're actually using a TextBlock), you can remove the event SelectionChanged handler ...Answered | 4 Replies | 4687 Views | Created by Michael Crump, MVP, MCPD - Monday, July 5, 2010 1:28 PM | Last reply by Jay_Wang - Tuesday, July 6, 2010 8:04 AM -
0 Votes
how display text in textbox where click the textbox, the text in textbox will be lose?
If there is no text inside the textBox or what?Answered | 8 Replies | 4507 Views | Created by GunkMahendra - Thursday, June 24, 2010 9:10 AM | Last reply by Mitja Bonca - Saturday, June 26, 2010 8:39 AM -
0 Votes
How to format textbox
My reply was to your original query - you just referred to a text box.Answered | 23 Replies | 51636 Views | Created by Beast Forever - Monday, October 16, 2006 7:49 AM | Last reply by tizard - Thursday, August 26, 2010 1:11 PM -
0 Votes
Text not updated in textbox binded to datasource
A i mentioned in first post. in form1_Load the textbox is binded to a structure object and it correctly shows the text in textbox.Answered | 6 Replies | 4981 Views | Created by Agalo - Thursday, January 7, 2010 10:13 AM | Last reply by Agalo - Friday, January 8, 2010 5:02 AM -
0 Votes
Format textbox to percentage?
I put that in Format - the same result.Answered | 5 Replies | 2096 Views | Created by towardabettercountry - Friday, October 12, 2012 7:11 PM | Last reply by i_h - Friday, October 12, 2012 8:43 PM -
0 Votes
Databinding a textbox to an element of a collection (list<>)
The only solution for you is to create textboxes at run time (in cs file) and attach the appropriate person object to it , or the other option is to create a list control with a ...Answered | 7 Replies | 4719 Views | Created by WPFDummy - Tuesday, February 15, 2011 3:59 AM | Last reply by Sheldon _Xiao - Thursday, February 17, 2011 7:35 AM -
0 Votes
SSRS Textbox Format SSN
Why would I want to Replace something that's (supposedly) just formating text?Answered | 3 Replies | 10322 Views | Created by Hannover Fist - Thursday, December 1, 2011 9:53 PM | Last reply by jim denny - Thursday, June 7, 2012 5:16 PM -
1 Votes
how to print rich textBox Formatted text
Hi, I have some text in rich text box format in a table.The data is ...Answered | 2 Replies | 9301 Views | Created by srikar.ch - Wednesday, September 15, 2010 6:44 AM | Last reply by Helen Zhou - Tuesday, September 21, 2010 3:50 AM -
2 Votes
share form1 textBox text with form2 textBox text
ws=usercard-mini" target="_blank" style="margin:0px; padding:0px; border:none; font-size:15px; vertical-align:baseline; list-style-type:none; text-decoration:none!Answered | 5 Replies | 3725 Views | Created by Luxidium - Sunday, December 2, 2012 6:27 PM | Last reply by servy42 - Monday, December 3, 2012 3:02 PM
No announcements