I have a asp.net label inside a
<td>
<asp:Label ID="errorMesaage" runat="server">
</td>
I want to create an asp.net label dynamically and append it to this td using JAVASCRIPT. Then after appending this td would have another error message with a different id. I also need a script that would also remove the item from the
Any help is appreciated.