No announcements
Found 617904 threads
-
9 Votes
MaxLength property does not work for multiline textbox asp.net
http://radderz.me.uk/2013/09/net-bug-when-adding-maxlength-attribute-to-multiline-textboxes/ If you add the 'maxlength' ...Answered | 8 Replies | 43268 Views | Created by Gurprem - Wednesday, March 28, 2012 6:57 PM | Last reply by palakd - Monday, March 17, 2014 3:37 PM -
0 Votes
Textbox maxlength property
Hi, Check below Asp.net MaxLength ...Answered | 3 Replies | 1996 Views | Created by funkyspirit - Tuesday, February 7, 2012 3:42 PM | Last reply by Leo Liu - MSFT - Wednesday, February 8, 2012 8:45 AM -
0 Votes
Populating A Multiline Textbox
If you want to add newline to multiline textbox with values.Answered | 1 Replies | 568 Views | Created by ShatterStar2012 - Monday, September 5, 2016 9:18 AM | Last reply by DotNet Wang - Tuesday, September 6, 2016 4:49 AM -
0 Votes
Split multiline textbox in other textboxes
Lines property of the TextBox.Answered | 5 Replies | 846 Views | Created by Halfords - Wednesday, December 9, 2015 12:51 AM | Last reply by Frank L. Smith - Thursday, December 10, 2015 9:44 PM -
1 Votes
Editing lines in a multiline textbox
Hi I'm trying to replace the contents of a line (14) with a new string in a multiline textbox.Answered | 2 Replies | 8305 Views | Created by Froskoy - Wednesday, February 16, 2011 7:53 AM | Last reply by Froskoy - Wednesday, February 16, 2011 10:06 PM -
0 Votes
ListBox to display in multiLine textBox
Hi DR.Doctor, According to this code “wordBox.Text = displayBox.Text;” in your initial code I guess you want to change the Listbox text with the textbox value.Answered | 3 Replies | 1904 Views | Created by DR.Doctor - Sunday, April 10, 2016 7:02 PM | Last reply by Albert_Zhang - Monday, April 11, 2016 3:30 AM -
0 Votes
multiline textbox and ms access
hi.. i'm a very beginner in vb. i'm currently working on the RFID project where i have all the RFID tag will be displayed in multiline textbox. my problem is, i want to compare each ...Answered | 2 Replies | 4189 Views | Created by Red 02 - Monday, January 3, 2011 2:02 PM | Last reply by Red 02 - Thursday, January 6, 2011 1:40 AM -
14 Votes
How to make a textbox multiline in lightswitch ?
Hi Faizal, If you go to the properties of your textbox, you'll find a 'sizing' section with width and height options.Answered | 5 Replies | 7172 Views | Created by Faizal Shaji - Codemills - Wednesday, August 10, 2011 8:04 AM | Last reply by Cromanty - Saturday, August 13, 2011 7:18 PM -
2 Votes
Turning Selection off on a multiline textbox
If you need the Scroll that the TextBox gives you, then place the Label in a Panel and set the Panel`s AutoScroll property to True and leave the Label`s AutoSize ...Answered | 2 Replies | 459 Views | Created by Renee Culver - Thursday, June 23, 2016 6:11 PM | Last reply by IronRazerz - Thursday, June 23, 2016 6:39 PM -
0 Votes
multiline textbox read
As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Search As String = Me.TextBox1.Text If Me.TextBox2.Text.Contains(Search) Then ...Answered | 4 Replies | 4505 Views | Created by Blackened_system32 - Wednesday, May 11, 2011 3:21 AM | Last reply by Blackened_system32 - Wednesday, May 11, 2011 9:32 PM -
1 Votes
TextBox left padding is different with MultiLine
No, it's the same fonts in both TextBox controls.Answered | 12 Replies | 10923 Views | Created by LonelyPixel - Monday, February 7, 2011 1:00 PM | Last reply by Mike Dos Zhang - Tuesday, March 1, 2011 6:33 AM -
1 Votes
TextBox with MultiLine TextMode adds additional linebreak to the output
You should post this question in the ASP.NET forums, you'll probably get better help: http://forums.asp.net/~~Bonnie DeWitt [C# ...Answered | 1 Replies | 1159 Views | Created by Kavitha_arava - Tuesday, September 30, 2014 10:21 AM | Last reply by BonnieB - Tuesday, September 30, 2014 3:55 PM -
0 Votes
multiline textbox
This is one way if there are no other textboxes .Answered | 7 Replies | 3747 Views | Created by RichyM - Thursday, January 31, 2008 10:08 AM | Last reply by RichyM - Thursday, January 31, 2008 10:52 PM -
0 Votes
showing busy indicator in the center of multiline textbox control?
Hello Mou_kolkata, Please take a look at this video: http://www.asp.net/aspnet-35/videos/aspnet-ajax-a-demonstration-of-aspnet-ajax It demonstrates ...Answered | 3 Replies | 4004 Views | Created by Mou_kolkata - Thursday, November 11, 2010 12:49 PM | Last reply by liurong luo - Wednesday, November 17, 2010 11:07 AM -
0 Votes
How To Clear The Last Line in Multiline Textbox
If you need to delete a particular line from the textbox then you could copy the textbox text into an array of lines, remove the particular array item, and copy ...Answered | 4 Replies | 15165 Views | Created by samehsenosi - Tuesday, September 22, 2009 2:38 PM | Last reply by Acamar - Monday, September 28, 2009 9:45 PM -
0 Votes
Datagridview Multiline Textbox With Autocomplete Source
In short one would need to create a new TextBox control which inherits from the base TextBox, TextBoxBase which I have not done.Answered | 3 Replies | 708 Views | Created by TTG Higuy - Tuesday, January 5, 2016 11:42 PM | Last reply by Kareninstructor - Monday, January 18, 2016 8:48 PM -
0 Votes
How to create multiline textboxes in C# Forms application
Hi, To add with, try the following function public void AddMultiLineText(string Input, TextBox t) { ...Answered | 3 Replies | 2343 Views | Created by srieja - Friday, October 14, 2011 6:55 AM | Last reply by srieja - Friday, October 14, 2011 9:43 AM -
1 Votes
Textbox Not Multiline
1 Then -- Mike that statement was if a textbox has more than one lines of text. now i want to know if it has only one line ...Answered | 3 Replies | 2482 Views | Created by RollsRoycePhantom95 - Thursday, July 8, 2010 8:32 PM | Last reply by Family Tree Mike - Thursday, July 8, 2010 8:44 PM -
0 Votes
How to add a multiline textbox column to a datagridview programmatically?
The datagridview's textbox column does do multilines.Answered | 1 Replies | 3906 Views | Created by Edison DSouza - Tuesday, April 21, 2009 6:28 AM | Last reply by Meghna Sathyanarayan - Tuesday, April 21, 2009 7:00 AM -
0 Votes
selecting line from multiline textbox
It is amazing that SB should have so much other functionality but after defining a multiline text box, gives no method of getting a line number clicked on.Answered | 5 Replies | 707 Views | Created by deuce336 - Saturday, August 1, 2015 10:12 PM | Last reply by Jibba j - Wednesday, August 5, 2015 3:28 AM - Items 1 to 20 of 617904 Next ›
No announcements