Results 1 to 1 of 1

Thread: Positioning Problem

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474

    Positioning Problem

    in my aspx page i have some lines of data that will be wrritten out with Response.Write. Then comes a datagrid and after that should be some additional data. I used Label, Literal and also simple text to write those data, but the problem with each of them is that they show up infront of the grid not below.

    To solve the problem I used <br clear="all"> tag or nested those controls in a table rows, and everything works fine. But looking at this source:
    http://aspnet.4guysfromrolla.com/dem...gDataGrid.aspx
    you will see no table tag or <br> in it but it just does what i want. However when i copy/paste this code to VS.NET IDE and change the layout to GirdLayout it automatically put the controls in a table. Why?
    Last edited by Lunatic3; May 29th, 2003 at 05:10 AM.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width