Dynamic button at bottom of aspx page

  • Thread starter Thread starter Randy
  • Start date Start date
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
 
Change your page layout to FlowLayout in the properties window.
Put the buttons after the table and they always be right after.
 
Back
Top