T
Tony Johansson
Hello!
If we have this code snipped in an aspx file what does it mean
<head runat="server">
<title>Employee Information </title>
</head>
I know what runat=server means when you use it in server controller like
<asp:TextBox . . .
I mean that this code snipped
<head runat="server">
<title>Employee Information </title>
</head>
is not a server control.
//Tony
If we have this code snipped in an aspx file what does it mean
<head runat="server">
<title>Employee Information </title>
</head>
I know what runat=server means when you use it in server controller like
<asp:TextBox . . .
I mean that this code snipped
<head runat="server">
<title>Employee Information </title>
</head>
is not a server control.
//Tony