• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Grid Layout in Visual Studio 2008

clamum

Lifer
Perhaps I'm just retarded (I wouldn't doubt it), but where is the option to use the Grid Layout for ASP .NET Web Development (creating Web Forms) in Visual Studio 2008? All I have now is the Flow Layout, which I guess I could use tables to layout elements more precisely, but I'd rather use a Grid Layout like you can doing Windows Forms.
 
No, not a GridView control. I'm talking about a Grid Layout like you have when designing a Windows Forms application, basically absolute positioning for a web page form. I swear I've used it in previous version of Visual Studio but perhaps I'm mistaken.

Maybe I'm stuck using tables to layout my forms?

EDIT: Here's an example from Visual Studio 2005 with the Absolute Position option. If I choose that, I'm free to drag that textbox anywhere on the page. This is what I'm looking for in VS 2008.
 
Ah f this pile of shite. I had everything right (had to go to Tools -> Options, and set HTML Designer -> CSS Styling to "Change positioning to absolute...", but in order to drag the element around you have to drag it by the little white tab on top, and not the element itself. What a fucking crock.

Ok, topic solved.
 
Back
Top