Server side doesnt see changes on client side
问题 I'm wondering if it's normal. I add an option to a select with jQuery. When I save with an asp button, I don't see the changes on the server side in the click event. And the HTML is all correct after I add the option. Is it a coding problem or I don't understand something? :P $(selectCourant) .append($("<option></option>") .attr("value",$(dropdown).val()) .text($(dropdown + " option:selected").text())); Thank you ASP.NET And vb.net 回答1: Yes you did not understand something. What's happens on