This is a discussion on "VS.NET, TextBox, overlay, DataGrid" within the ASP.NET Forum section. This forum, and the thread "VS.NET, TextBox, overlay, DataGrid are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
VS.NET, TextBox, overlay, DataGrid
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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??!?! |
|
|
|
|||
|
You tried using a placeholder to pump your textbox to?
|
|
|||
|
No i havent. How do i do that?
|
|
|||
|
Like this:
|
|
|||
|
Yeah, that was one of the things I hated about vs.net and why I'm happy about the 2005 stuff.
Anyway, you'd need to use flow layout instead of grid or try u2's suggestion. |
|
|||
|
Thanks u2, will try that.
@Cat, cant see where i change to flow layout? |
|
|||
|
I think it's under the page properties, but I'm not 100% sure. It's not installed on this comp so I can't check.
|
|
|||
|
I think you talking about repeatlayout?
If so, the difference is in the rendered output to the browser. 'Flow' will output data using <span> tags and 'Table' will render html <table> output. I dont know of any other method that you can apply the 'Flow' to outside of the normal controls, datalist, etc. |
|
|||
|
u2, i only see 2 layout options, flow and grid.
Just changed to flow and now i cant drag and drop things where i want them, the page doesnt scroll, and my CommandText keep getting deleted everytime i change the page properties.... :sad: |
|
|||
|
Sorry, forget that... just discovered i needed to use tables in conjunction with flowlayout. Im still losing my commandtext every time tho...
|
![]() |
| Tags |
| vsnet, textbox, overlay, datagrid |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (flash) Texture Overlay | joshlindem | Flash & Multimedia Forum | 3 | May 27th, 2008 20:59 |
| 'Sample' image overlay advice needed | Demon Templates | Graphics and 3D | 5 | Mar 9th, 2007 11:49 |
| text overlay | saltedm8 | Flash & Multimedia Forum | 2 | Aug 26th, 2006 05:22 |
| Overlay two borders | Gwayn | Web Page Design | 4 | Feb 1st, 2006 18:19 |
| Help - Flash overlay (Errm I think thats what it's called) | Micky-D | Flash & Multimedia Forum | 5 | Jun 17th, 2005 17:51 |