Server Error

  • Thread starter Thread starter Reb
  • Start date Start date
R

Reb

Hi,

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
 
Back
Top