zubie Posted January 16, 2004 Posted January 16, 2004 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 Quote
Bodybag Posted January 16, 2004 Posted January 16, 2004 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> Quote 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.
zubie Posted January 16, 2004 Author Posted January 16, 2004 Works like a charm ... cheers ZuBiE Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.