i use jquery serialize but it returns empty string.
<form id="form1" runat="server">
<input name="kongreAd" type="text" />
..
$("#aspnetForm").serialize();
it works on my local server but when i upload it to remote server, serialize method returns empty string.
i use jquery 1.4.2 verison
whats the problem ?
There is no form with an ID of “aspnetForm” on your page. The id is “form1”.