Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > User Control Renders on Separate Line

Reply
Thread Tools

User Control Renders on Separate Line

 
 
jdp
Guest
Posts: n/a
 
      08-04-2006
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.

 
Reply With Quote
 
 
 
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      08-11-2006
Hi Jason,

Is the user control generating a Table that might be creating a new block?
You might try using <span> instead of <div>.

Ken
Microsoft MVP [ASP.NET]

"jdp" <> wrote in message
news: 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.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
User Control Renders on Separate Line jdp ASP .Net 5 08-08-2006 03:00 PM
User Control Renders On Separate Line jdp ASP .Net Building Controls 0 08-04-2006 12:58 PM
Using separate classpaths for separate classes? Frank Fredstone Java 1 06-27-2006 06:46 AM
How to use several separate classes (separate files) to be executed in one class (another file) EvgueniB Java 1 12-15-2003 01:18 AM
Help! How do I Find my WebControls Line & Column before it renders on a .aspx Nigil LaVey ASP .Net Web Controls 0 11-05-2003 12:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57