I can't see the listbox items in page source
- by slayer35
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>");