Dynamic button at bottom of aspx page

R

Randy

Hello All,
I'm trying to figure out how to position a dynamic button at the bottom of
an aspx page. I'm able to get the dynamic button to show up on the aspx page
after I populate a table, but I'm trying to make the button position be at
the bottom of the page...after a dynamically sized table...at the botton of
the page.
Is there a way to do this?

Thanks
 
G

Guest

Change your page layout to FlowLayout in the properties window.
Put the buttons after the table and they always be right after.
 

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

Top