HighTechTalks DotNet Forums  

displaying data in a textbox

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss displaying data in a textbox in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Kate
 
Posts: n/a

Default displaying data in a textbox - 08-13-2003 , 08:51 AM






I want to display text in columns in a textBox, but can't set the position
of the tabs in the box.
I've used 'vbtab' , but you can't set the column/tab number.
Any ideas??

TIA
Kate



Reply With Quote
  #2  
Old   
Carl Prothman [MVP]
 
Posts: n/a

Default Re: displaying data in a textbox - 08-13-2003 , 03:29 PM






"Kate" <anon (AT) anon (DOT) net> wrote
Quote:
I want to display text in columns in a textBox, but can't set the position
of the tabs in the box. I've used 'vbtab' , but you can't set the
column/tab number. Any ideas??

Kate,
For WebForm, use a DataList instead of a TextBox. e.g.
http://www.daveandal.com/books/4885/...iewsource.aspx
- click on "View Source" on bottom left of that page

For WinForm, use a ListBox instead of a TextBox. e.g.
http://www.c-sharpcorner.com/Code/20...istViewMCB.asp

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.