Submit button to be placed after the Datalist

  • Thread starter Thread starter jagdishl
  • Start date Start date
J

jagdishl

Hi:
I have a datalist which is populated dynamically based on a query.I
have to place a submit button after datalist (not in the footer
template) so that after pressing the submit button a final update is
made to the database.The datalist may at times be very long.i was
wondering how I could place this submit button in the design page.I
would really be grateful if you could point out to sample codes.
Thank you.
Jagdish.l
 
In short, you should set the pageLayout property to FlowLayout instead of
GridLayout. That way your button can go below the datalist no matter how
long the datalist flows down the page.

Here are all the details about the various options you have to solve your
problem:
http://SteveOrr.net/articles/ControlPositioning.aspx
 

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

Back
Top