R
Reb
Hi,
I am getting the error,Server tags cannot contain <% ... %
<INPUT id=txtUserName type=text runat="server" value="<%
=Request.Cookies["User"].Value%>">
can anyone tell me where i am going wrong?
Thanks
Reb
I am getting the error,Server tags cannot contain <% ... %
constructs for the below html tag.
<INPUT id=txtUserName type=text runat="server" value="<%
=Request.Cookies["User"].Value%>">
can anyone tell me where i am going wrong?
Thanks
Reb