Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Growing panel with contents

Reply
Thread Tools

Growing panel with contents

 
 
luna
Guest
Posts: n/a
 
      01-17-2007
Ive a panel with a label inside (that can be visible or not depending on
criteria)

if i add to the label like

label1.text="test"
label1.text=label1.text + "test<br>"
label1.text=label1.text + "test<br>"
label1.text=label1.text + "test<br>"
label1.text=label1.text + "test<br>"

the panel isnt growing with the control
will i have to resort to a datagrid ?

-mark



 
Reply With Quote
 
 
 
 
luna
Guest
Posts: n/a
 
      01-17-2007
no matter i finally sussed it (daft option to select)


"luna" <> wrote in message
news:...
> Ive a panel with a label inside (that can be visible or not depending on
> criteria)
>
> if i add to the label like
>
> label1.text="test"
> label1.text=label1.text + "test<br>"
> label1.text=label1.text + "test<br>"
> label1.text=label1.text + "test<br>"
> label1.text=label1.text + "test<br>"
>
> the panel isnt growing with the control
> will i have to resort to a datagrid ?
>
> -mark
>
>
>



 
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
Panel not displaying contents - VS2005 =?Utf-8?B?Q2hyaXMgRGF2b2xp?= ASP .Net 0 08-01-2006 02:39 PM
Delete a panel inside a panel (2) HS1 Java 4 12-08-2004 02:48 AM
Delete a panel inside a panel HS1 Java 3 12-07-2004 10:50 PM
Can I restrict both attribute contents and element contents in schema Don Adams XML 1 03-05-2004 12:48 PM
Email From Forms with asp:panel.(s) Only one panel works? Harry ASP .Net 3 11-10-2003 03:13 AM



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