i am creating labels dynamically and adding them to a panel but i want to place every label one below the other " means
" should be added to the panel after every label... please any one help me, how to add this
tag to the panel with the help of htmltextwriter....
" should be added to the panel after every label... please any one help me, how to add this
tag to the panel with the help of htmltextwriter....
any help plz....
Amit ChoudharyPosted Mar 4, 2010, 8:40 AM
you don't have to add it by any special way just add
with the label value.
for eg:
label1.Text+"
";
label2.Text+"
";
etc...
Please Don't forget to mark as answer