R
rom
Hi,
In the old day we could write:
<td><% getCellData() %></td>
now when I try:
<td><%# getCellData() %></td>
I get nothing.....What is the reason for that? Is there a
way to combine html text with asp.net functions?
In the old day we could write:
<td><% getCellData() %></td>
now when I try:
<td><%# getCellData() %></td>
I get nothing.....What is the reason for that? Is there a
way to combine html text with asp.net functions?