Posted on: 7/14/2014 9:53:48 AM | Views : 458

i am trying to save the data and bind the gridview using json,
when in page load i am binding the gridview using json and in that i have one link button to get the results and modify using popup and after click on save button. the data is going to be saved and gridview has again loading the json data.
i call the load data of gridview in success function of jquery ajax.

when first load the gridview in page_load is working fine . after save and reload of gridview the when i click on edit button it is not working.
i dont' get what is the problem . first time it is working fine and edit popup also displaying but when after saving the gridview has been reloaded . in that case the edit button
is not working
Loaddata of gridview using jquery ajax is
function LoadData() { var sDate = $("#txtFromDateSearch").val(); var eDate = $("#txtToDateSearch").val(); v ...

Go to the complete details ...