Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Wanna-Be C# Superstar
Posted
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.
Wanna-Be C# Superstar

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...