My requirement : I am creating a web application (ASP.NET), and I added S.NO. , Edit and Delete columns through Item Template in my existing Employee table. I created a modal popup to be generated when I click on edit button in grid row based on the row index, I took input field for edit and delete buttons instead of asp controller button because with asp controller I can't open modal pop up properly. can anybody help me with code-behind to get the row values and populate them in modal Popup .
My Html code for gridview