prevent duplicate insert by using updatepanel
i wrote a page which are several fields and there is gridview which keeps the data insert开发者_运维技巧ed bottom of the page and i added a updatepanel... when i click the insert double data inserting to grid how to prevent it...
- Disable the button that users have to click to insert data to the grid.
- Clear all the input fields.
精彩评论