View Single Post
  #1 (permalink)  
Old Jul 23rd, 2004, 11:15
Smokie Smokie is offline
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
VS.NET, TextBox, overlay, DataGrid

Ive got a datagrid on my page and i want to put a multiline textbox under it, im using grid layout.

The problem is that when i view the page in my browser, the datagrid is full of data and it goes right down the page and the textbox just floats on top of it.

How do i tell VS.NET not to put things in DIV's or SPAN's so that they dont float on top of stuff?

Am I making sense??!?!