I can't see the listbox items in page source

Posted by slayer35 on Stack Overflow See other posts from Stack Overflow or by slayer35
Published on 2010-03-20T13:47:40Z Indexed on 2010/03/20 13:51 UTC
Read the original article Hit count: 193

Filed under:
|

Hi,Im adding items to listbox by using jquery but when i look to the page source(html source) ,the items that I've added dont seen.Im adding items by this way

$("#<%=ListBox2.ClientID%>").append("<option value="+exampleValue+">"+exampleName+"</option>");

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery