In my code I am adding following code in javascript and datalist

Javascript:



Datalist:












When I click on edit button in datalist then above javascript popup is coming
What I want is when I click on edit button value of textbox associated with it should be also show in alert.
How to show such a value?