c# - How to use Eval() dynamically in Asp.net -
i want utilize this
for (int = 1; <= x; i++) {string z=request.cookies[i.tostring()].value; %> <td><%# eval(z).tostring()%></td> <% } but not taking variable "z". way utilize this. not found on search thats why posting.
thanks
z.tostring() maybe?
can confirm cookies exist?
c# asp.net
No comments:
Post a Comment