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