I want to add a element to a Table via java script where the cells are varibales. For this i wrote below code:
$("#AppendAnlagen").parent().append("<tr><td><asp:Label runat='server' text="+args[0]+"/></td></tr>");
on the Page i see +args[0]+ and not the value.
text="+args[0]+"bytext='"+args[0]+"'