c# - How to catch a value inside a gridview row. MVC -


im working on mvc project. how can catch value gridview row , save variable?

what want is, click on row, catch value , delete buttonclick.

as understand want action on appropriate grid row using jquery?

while creating grid row can assign each 1 specific attributes, rowid, etc. create function called on row click, attr values , call (using ajax or not) function controller delete row.

?

or create submit button next each row have id , call appropriate function.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -