Hello All, I have a gridview and I fill it in javascript, when I try to read the gridview in the behind code No data found!
JavaScript data will not be retained when you do PostBack.
You will need to make AJAX call and save data on server side.
Dynamically Add Rows to GridView using jQuery on Button Click in ASP.Net
Thank's! You are right!