473,418 Members | 2,177 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

user web control (ascx) textboxes will not position

I have a web form I checked body tag it is
<body ms_positioning="FlowLayout">

I load a user control on form, all the textboxes position like they are in
grid layout
I cannot drag them. What am i missing
I am doing something really dumb please help me.
--
cindy mello
Nov 17 '05 #1
1 2374
Cindy,

Did you already place the controls on the form prior to changing to
FlowLayout? If you did, then those controls are already in GridLayout mode.
You can tell they are because they will have a style attribute something
like:

style="Z-INDEX: 101; LEFT: 560px; POSITION: absolute; TOP: 362px"

The "POSITION: absolute;" part is what tells the browser to position where I
say in the browser. In other words, not go with the flow. If you remove this
from the style, they should turn back into flow objects. If you are not
concerned about loosing other styles you have set, just remove the styles
from each of the objects on the page.

Hope this helps...

Frisky
"cindy" <cm****@community.nospam> wrote in message
news:B4**********************************@microsof t.com...
I have a web form I checked body tag it is
<body ms_positioning="FlowLayout">

I load a user control on form, all the textboxes position like they are in
grid layout
I cannot drag them. What am i missing
I am doing something really dumb please help me.
--
cindy mello

Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Alphonse Giambrone | last post by:
I have a web form with 2 user controls on it (UC1 and UC2). Each control has a bound datagrid with textboxes in the footer to add a new row. There are also requiredfieldvalidators in each footer....
1
by: Michelle Stone | last post by:
I have a user control that I want to position anywhere I like on my Web Form. I am able to do so in design time by adding a style="position:absolute" to the HTML tag of the user control dragged in...
6
by: Steve Booth | last post by:
I have a web form with a button and a placeholder, the button adds a user control to the placeholder (and removes any existing controls). The user control contains a single button. I have done all...
2
by: tshad | last post by:
User VS 2003, I would like to use User Controls to control the page look with 3 User Controls (...PageTop.ascx, ...NavigateTop.ascx and PageBottom.ascx). I would put the Content User control...
5
by: rn5a | last post by:
Consider the following user control which resides in Address.ascx: <script runat="server"> Public Property Address() As String Get Address = txtAddress.Text End Get Set(ByVal value As String)...
3
by: rn5a | last post by:
I already have a user control, named Address.ascx, which displays 4 TextBoxes. As such, there's no problem in rendering these 4 TextBoxes in a ASPX page. The ASPX page renders the 4 TextBoxes twice...
2
by: rn5a | last post by:
Assume that a user control (MyUC.ascx) encapsulates 2 TextBoxes with the IDs 'txt1' & 'txt2' respectively. To use this user control in an ASPX page, the following Register directive will be...
0
by: erkbiz | last post by:
Hello, this is my first post, I hope this is the right forum to ask my question. I am dynamically loading a user control multiple times. I have a gridview and have inserted empty rows. Into these...
1
by: Shraddha | last post by:
Hi, I am adding some ASP.Net user controls (.ascx file) dynamically on the button click. The user control will get added as many times userhits the button. Now on the click of the submit button, I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.