Jquery Click event does not fire on 2nd time in UpdatePanel References My theme is to display a div showing message \"Saved Successfully..\" and hide automatically after 2 seconds. I have done almost all the things and all works fine, but only for the first click. On the 2nd click, it only shows DIV message enter code here \"Saved Successfully..\" but does not execute the query as it should. I searched a lot on internet but found nothing use full. My code is :
protected void btn_Save_Click(object sender, EventArgs e) { //Query to save data into database }
No comments:
Post a Comment