Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Rick Strahl [MVP] #1
Custom Controls and Absolute Positioning
Hi all,
I have a couple of custom controls that several users of an application are
using and got a request from one of the guys that they're using Absolute
positioning and well, turns out my controls don't work right in the designer
with Absolute Positioning.
All Controls are based on WebControl
The control renders properly if the coordinates are set in the Style of the
control, but the control cannot be dragged around the page.
Currently the control uses plain Render() logic to render in the designer,
but just for kicks I also set up a ControlDesigner which doesn't seem to
help.
What do I need to do to get the control 'positionable' in Absolute
positioning?
+++ Rick ---
Rick Strahl [MVP] Guest
-
Prob. with Absolute/Relative Positioning of Layers
I'm using the List-u-Like generator to create a menu (http://www.listulike.com/generator/) for this page that I created in Dreamweaver:... -
CSS - Margins and absolute positioning don't worktogether
Hi, I am creating a simple form with input boxes and controlling the input text boxes through the class .CInput. I have set a margin between... -
ASP.NET Custom WebControl Absolute Positioning
Hi, I'm currently in the process of building a custom webcontrol. I nearly finished it, however one thing is a mystery to me: how do i enable the... -
Absolute positioning resizes incorrectly
I have an ASPX page that contains an HTML table. Inside one table cell I have either a panel containing 20 placeholders or simply 20 placeholders... -
I guess my questions is about absolute positioning......
Here is my issue. We have created a PDF with form fields. The PDF was a Word document converted to PDF. We have placed a form field at the very... -
Rick Strahl [MVP] #2
Re: Custom Controls and Absolute Positioning
Never mind... <s> turns out I had some extra tags around the control that
were causing the control not be draggable.
+++ Rick ---
"Rick Strahl [MVP]" <rickstrahl@hotmail.com> wrote in message
news:8A288A45-7F33-4934-B8C9-52054128006B@microsoft.com...> Hi all,
>
> I have a couple of custom controls that several users of an application
> are using and got a request from one of the guys that they're using
> Absolute positioning and well, turns out my controls don't work right in
> the designer with Absolute Positioning.
>
> All Controls are based on WebControl
>
> The control renders properly if the coordinates are set in the Style of
> the control, but the control cannot be dragged around the page.
>
> Currently the control uses plain Render() logic to render in the designer,
> but just for kicks I also set up a ControlDesigner which doesn't seem to
> help.
>
> What do I need to do to get the control 'positionable' in Absolute
> positioning?
>
> +++ Rick ---
>Rick Strahl [MVP] Guest



Reply With Quote

