An auto-generating column is generating the same ID
on multiple button clicks "on the same page" in case of Internet Explorer and FireFox browsers. Although it is working fine in Chrome and Safari and each time I click on any button, a new autogenerated id is generated.
Please help me out in this ASAP. Thanks in advance.
On clicking a button (on the page), a new row is inserted in the table(having autogenerated primary key column). So clicking on even same button again, should insert new row with a new autogenerated ID on each button click. But unluckily this is not happening in IE and FF browsers.