VBAHole22 Posted November 10, 2005 Posted November 10, 2005 If I drop a text box on an asp.net form I can drag and drop it anywhere I want and the appropriate css style tag gets generated with aboslute positioning. This is grid positioning yes? But if that textbox is in a panel or in a master page content control then I lose the ability to do that. And it balks if I try to add style tags with positioning in them. What is going on? Do I have to go old school and make tables for things in there to get them to layout properly? Quote Wanna-Be C# Superstar
Administrators PlausiblyDamp Posted November 11, 2005 Administrators Posted November 11, 2005 Could you not put a div element on the page and apply the positioning to it and then have it contain your control(s) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
VBAHole22 Posted November 11, 2005 Author Posted November 11, 2005 That is kind of my point. I would need a div for every control because once inside the div I have no control over where things fall out precisely. Then I'm back to a table within the div. Best case scenario would be if all of these controls just supported css-p and I could deal with the positioning that way. But if I can't put a style tag in some (like a repeater) I doubt they are going to recognize some css based on their ids. Quote Wanna-Be C# Superstar
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.