Dear All,
I have an application where I build my own grid via table method (please guide me if there is better method or avaiable good data grid). So then at the last I have 2 columns with logos for edi and delete. So each time I click I will reload the entire page because I send a link via the url. Is this a good method to do that or change to some other method? Thank you.
You could use AJAX and than some JavaScript to edit the values on the current page without reloading.