S
scriptDelms
hi,
below is the error i am getting, when i did a
Response.write in a ASPX HTML section. please let
me know on how to use the script tags in the
ASPX pages.
Compiler Error Message: CS0201: Only assignment, call,
increment, decrement, and new object expressions can be
used as a statement
Source Error:
Line 15: <td>
Line 16: <%
Line 17:
Response.write["from aspx Page"];
Line 18: %>
below is the error i am getting, when i did a
Response.write in a ASPX HTML section. please let
me know on how to use the script tags in the
ASPX pages.
Compiler Error Message: CS0201: Only assignment, call,
increment, decrement, and new object expressions can be
used as a statement
Source Error:
Line 15: <td>
Line 16: <%
Line 17:
Response.write["from aspx Page"];
Line 18: %>