displaying data in a textbox

K

Kate

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
 
C

Carl Prothman [MVP]

Kate said:
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/data-binding/global/viewsource.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/2002/July/MultiColListViewMCB.asp

--

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top