Ask a Question related to ASP.NET Building Controls, Design and Development.
-
jdp #1
User Control Renders On Separate Line
I've created a user control that I then place in a panel. The reason
it's in a panel is that it's part of search criteria that I hide/show
panels based on the type of search begin done. I can place a label
next to this control in the IDE and it looks fine but when I run the
app, the label is on the line above the control. I've tried placing
the label INSIDE the control, placing the user control inside a <div>
and allowing objects on either side and the same effect occurred.
Any help would be greatly appreciated.
Thanks.
jdp Guest
-
Custom control renders table but doesn't resize at design time.
Hi all, I have a control, that basically is my own version of the datagrid, except that is renderers purely readonly tabular information. When... -
Child control renders at desing-time as if it is in run-time...
Hi, I have a problem with design-time. The problem is rather hard to describe in a few sentences ... so I hope someone will reply asking for more... -
Separate shape into line and fill?
I have a shape. I want to separate it's line from it's fill, thus making two shapes, in the same place. I know I could cut/paste the shape over... -
Server control that renders images
On Fri, 23 Apr 2004 15:35:36 -0400, Stephen Walch wrote: you can use TStreamImage for image rendering, or look at it's source (Delphi.NET).... -
Web Control in Separate Project - Partially Solved
Everyone, In order to promote code reuse, I've setup a web control (.ascx) in a standalone vs.net project. I can then reference this project in... -
Gaurav Vaish \(www.EduJini.IN\) #2
Re: User Control Renders On Separate Line
Ah... you need to add the label in the 'User Control'. You cannot add things
from outside to the user control.
Edit your ascx file.
--
Happy Hacking,
Gaurav Vaish | [url]http://www.mastergaurav.org[/url]
[url]http://www.edujini.in[/url] | [url]http://webservices.edujini.in[/url]
-------------------
"jdp" <jason.pileski@pacourts.us> wrote in message
news:1154696339.859660.242000@s13g2000cwa.googlegr oups.com...> I've created a user control that I then place in a panel. The reason
> it's in a panel is that it's part of search criteria that I hide/show
> panels based on the type of search begin done. I can place a label
> next to this control in the IDE and it looks fine but when I run the
> app, the label is on the line above the control. I've tried placing
> the label INSIDE the control, placing the user control inside a <div>
> and allowing objects on either side and the same effect occurred.
>
> Any help would be greatly appreciated.
>
> Thanks.
>
Gaurav Vaish \(www.EduJini.IN\) Guest



Reply With Quote

