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
anand m
1.4k
337
34.6k
Bind session value on html td values.
Feb 29 2020 10:41 AM
Hello All,
I am working on Dashborad I am struck on one issue.
I have session value in comma separted but my requirement is i am trying to bind that session value in separted value on each string to html each individual td values.
but below session value i am getting comman separated values i need to bind each td values has a separated values please help me how to bind each td.
My code :
<table style="width: 100%;" border="1">
<tr>
<th style="text-align: center;">JobNames</th>
</tr>
<tr>
<td><%= Session("JobNamesSucces").ToString%></td>
<td></td>
</tr>
</table>
Thanks
Anand
Reply
Answers (
3
)
Add multi layer doughnut chart in rdlc report
How to make pagination on mvc and jquery ?