adding buttons to a panel...

S

somersbar

i am trying to add link buttons to a panel on an ASP.NET web form. but
when i drag them onto the panel, i cant reposition them on it. ideally
i would like each link button added to be on its own line, running the
vertical length of the panel.
can any one suggest wat i need to do please?
 
M

Mark Fitzpatrick

Place a table in the panel and arrange them in the table cells vertically.
You just have to keep in mind that even though ASP.Net has a lot of advanced
controls, it's still web development so the normal tricks of web development
apply.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
K

Kris

Hi,

If you dont like creating a table, goto HTML view add <BR> tag after
the link button and add add the new link button after the <BR> tag.

Cheers,
Kris
 

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,995
Messages
2,570,228
Members
46,818
Latest member
SapanaCarpetStudio

Latest Threads

Top