I am using popup in gridview itemtemplate which pass two value's in returnvalue1 , i am getting value and split value to show name only in textbox but save guid in back code db this is doing great but. now the problem is , when i click popup it show me itemname
on gridview textbox ,i am using button which dynamically add new row, when i click add new row button , then i click popup of new row for itemname , it replace value of previous row 0 textbox value with new value of current row 1 textbox value. Please tell
me how can i resolve this problem ?![enter image description here][1] .
Please Click this Image Link thanks.
http://i.stack.imgur.com/1nCbd.png
function setValue1(returnValue1) {
var table = document.getElementById('<%=GridView1.ClientID%>');
if (table.rows.length > 0) {
/ ...
Go to the complete details ...