I tried to move label option in asp.net 2008 version but I cant..I gave this code in html part:
But I am getting message as Error Creating Control - my label The server tag is not well formed.
Code:
<asp:Label ID ="my label" runat="server" style="position:absolute;display:block;" </asp:label>
Comment