Using Asp.net 1.1
Is there a way to have a group textbox?
For example, Address, which consists of street, city, state, zip, instead of
making a textbox for each one?
Eliyahu Goldin - 26 Jun 2007 23:49 GMT
You can make a user control.

Signature
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
> Using Asp.net 1.1
>
> Is there a way to have a group textbox?
> For example, Address, which consists of street, city, state, zip, instead of
> making a textbox for each one?
Mark Rae - 27 Jun 2007 00:05 GMT
> Using Asp.net 1.1
>
> Is there a way to have a group textbox?
> For example, Address, which consists of street, city, state, zip, instead
> of making a textbox for each one?
A UserControl will do this for you.

Signature
http://www.markrae.net