Hi!
i have label in modalpopup, now after some opearation i'm showing this popup like,,
popupid.show();
from backend..
mean time i'm displayin some message like
labelId.text="successfully sent to"+name;
i've some value in variable 'name'... How to add some different color only to this name value...
Thanx in advance..
Loading
Nivedita ShankerPosted Jun 4, 2015, 9:44 AM
syed afrozPosted Jun 23, 2010, 9:48 AM
thanx once again..
Jaish MathewsPosted Jun 23, 2010, 1:54 AM
Any way "Name" need to consider as a separate entity. So use 2 labels and make the label belongs to "Name" as "yellow" or whatever you need.
VikramPosted Jun 23, 2010, 1:46 AM
Try this,
labelId.Text = "Successfully sent to" + "<a style='color:Blue'> " + name + "a>";
Hope this will help you.
Regards,
VIkram
CrishPosted Jun 19, 2010, 5:13 AM