Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What web control can list mailing address on screen?

1 view
Skip to first unread message

aspfun via DotNetMonster.com

unread,
Oct 2, 2009, 3:28:24 PM10/2/09
to
I want to list mailing address on the screen.
What web control can do it like below?

AAA BBB
111-222 ST
FLushing, NY 11333

CCC DDD
444-555 ST
White Stone, NY 11559

....

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-web-controls/200910/1

Nathan Sokalski

unread,
Oct 5, 2009, 11:00:12 PM10/5/09
to
First of all, where are the addresses coming from (database,xml file, etc.
or are you just entering them as static data)? If they are coming from a
database or xml file, then you can use something like the Repeater control.
Otherwise, just use basic controls like Label (or you can actually just use
plain HTML controls unless you plan on modifying them dynamically).
Hopefully this helps.
--
Nathan Sokalski
njsok...@hotmail.com
http://www.nathansokalski.com/

"aspfun via DotNetMonster.com" <u53138@uwe> wrote in message
news:9d010b6f6a840@uwe...

0 new messages