Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi there

 

I have a Datagrid that can have from about 1 - 100 items

I want to buttons at the bottom of that datagrid.

 

Can anyone tell me how to make sure that the buttons always appear just below the DG

 

cheers

ZuBiE

Posted

Very simply. Take out the position Absolute in the style property of the datagrid and do this as well for the buttons.You will then have to use the appriate breaks and spaces to put them in correct positions.

 

Another way would be to put them in a html table. eg

 

<TABLE>

<TR>

<TD><datagrid> </datagrid></TD>

</TR>

<TR>

<TD><asp:button> </Asp:button></TD>

</TR>

</TABLE>

Programmers are trying to create bigger and beter idiot proof programs.The universe is trying to create bigger and beter idiots and so far the universe is winning.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...