TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Danish Habib
NA
694
244k
how to style concatinated string in code behind
Aug 24 2015 8:06 AM
I have some search criteria like drop down and below i have a dive in which i have a label control i am binding this label control to selected values of dropdown which are used as parameters above now i want to bold just the dropdown selected value i do not want the drop down values to be style i just want this label string is style like below
lblSummary.Text = "This is the report of District " &
ddlDistrict.SelectedItem.Text.ToString()
&
I want this drop down value to be bold when concatinating with lblsummary.text
Reply
Answers (
3
)
Host www.test.com through IIS
website development using asp.net