L
Lloyd Sheen
I have a piece of functionallity that is replicated on several pages. This
would be a good candidate for a custom control right?
Well I found a couple of tutorials (none really helpful) so I created a
simple asp app and added a custom control to the project.
Now to the problem. I created the control using a GridFlow control so that
the position of the controls within the custom control can be formatted
correctly. I then added the control to the asp page. The problem is that I
cannot figure out how to control where the output is shown. On the design
page the custom control shows at the left/top corner. By adding the style
attributes style="LEFT: 41px; POSITION: absolute; TOP: 32px" I can make the
controls show correctly on the design page but running the page destroys the
position.
Please help or direct me to an info source that leads me through the process
of creating the controls.
would be a good candidate for a custom control right?
Well I found a couple of tutorials (none really helpful) so I created a
simple asp app and added a custom control to the project.
Now to the problem. I created the control using a GridFlow control so that
the position of the controls within the custom control can be formatted
correctly. I then added the control to the asp page. The problem is that I
cannot figure out how to control where the output is shown. On the design
page the custom control shows at the left/top corner. By adding the style
attributes style="LEFT: 41px; POSITION: absolute; TOP: 32px" I can make the
controls show correctly on the design page but running the page destroys the
position.
Please help or direct me to an info source that leads me through the process
of creating the controls.