Ask a Question related to ASP.NET General, Design and Development.
-
James G. Beldock #1
Multiple grids - how to update layout position
I must be missing something simple: I've got several grids on a single
page. Those grids can have a variable numbers of lines. But if they expand
or contract, I can't figure out how to move the other grids so they don't
either overlap (when the grid above has too many lines) or leave big blank
spaces (when the grid above has too few lines).
So I suppose I'm asking if there's a way to dynamically lay-out content
within a page (or <DIV> for that matter) using something other than the
absolute positioning.
Must be something simple. Can anyone point me to the appropriate MSDN
article, please?
Thanks,
/s/ James
James G. Beldock Guest
-
Different lpi and angles to multiple objects in one layout.
Anyone know if there is a plug-in for Illustrator CS that allows you to apply different lpi and dot shapes/angles to different objects in the same... -
Layout multiple PDF pages onto a single PDF page
Hi, I am working with Acrobat SDK and developing a plugin for Acrobat 7.0 on Windows. I have been looking for a way to layout multiple PDF pages... -
update multiple records in multiple tables from one form
hello I have been trying to run multiple update queries based on the data entered by user. Brief background: I am fetching data from various... -
multiple grids on one page - use single Update/Edit/Cancel commands
Hi - can you access the grid id from DataGridCommandEventArgs ? I have multiple similar grids on the one page, and want to use the same events to... -
multiple data grids in a same ASPX page
Hi, I have a requirement in which I need to display multiple datagrids in my ASPX page. I do not know how many of them until the page load. So I... -
Saravana #2
Re: Multiple grids - how to update layout position
You can create scrollable datagrid, so that it will occupy only fixed space.
For details about scrollable datagrid, check out this article,
[url]http://www.microsoft.com/india/msdn/articles/CreatingaScrollableDataGridWebS[/url]
erverControl.aspx
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"James G. Beldock" <the word newsgroups at the domain beldock dot org> wrote
in message news:#HEJGTaUDHA.656@tk2msftngp13.phx.gbl...expand> I must be missing something simple: I've got several grids on a single
> page. Those grids can have a variable numbers of lines. But if they> or contract, I can't figure out how to move the other grids so they don't
> either overlap (when the grid above has too many lines) or leave big blank
> spaces (when the grid above has too few lines).
>
> So I suppose I'm asking if there's a way to dynamically lay-out content
> within a page (or <DIV> for that matter) using something other than the
> absolute positioning.
>
> Must be something simple. Can anyone point me to the appropriate MSDN
> article, please?
>
> Thanks,
> /s/ James
>
>
Saravana Guest



Reply With Quote

