|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
set top and left on web control?We generate pages dynamically. Our pages are constructed with web controls
in a "flow layout" manner facilitated by heavy use of the literal control. We would like to change that to a "grid layout" manner. Is this possible? We all know that web controls don't support the top and left properties, so are we going to have to wrap everything in it's own grid layout panel(HTML Control)? "ENathan" <njoysgolf***@yahoo.com> wrote in message If I understand you correctly, you want to set a "Top" and "Left" position news:%230PNH3wVFHA.3188@TK2MSFTNGP09.phx.gbl... > We generate pages dynamically. Our pages are constructed with web controls > in a "flow layout" manner facilitated by heavy use of the literal control. > We would like to change that to a "grid layout" manner. Is this possible? > We > all know that web controls don't support the top and left properties, so > are > we going to have to wrap everything in it's own grid layout panel(HTML > Control)? > > of a web control. To do this, in a real generic way, do something like the following: C#: string style = "position:absolute;top:100px;left:100px;"; WebControl1.Attributes.Add("style", style); HTH, Mythran
Why don't child control events trigger OnBubbleEvent?
About CreateChildControls() Looking for an Autocomplete DropDownList looking for tab control / tabstrip in VS 2005 beta2 Multiple Label tags with same ID Validation on dynamic fields Object reference not set to an instance of an object - newpost Datagrid ... is this the control from hell? What is .Net equivilent of Fieldset/Legend Loading html file into panel |
|||||||||||||||||||||||