J
Joseph Yang
Hello all,
I have a datagrid bounded with an Arraylist containing contact
objects, and a edit button (<asp:imagebutton/>) in each row
When I click edit button, I want a window popup so I can edit the
selected contact, so when I click this button, I find out which
contact get selected, put it in session
But the problem is: popup window shows up first before I put the
object into the session
Any ideas or suggestions?
Thanks
Joseph
I have a datagrid bounded with an Arraylist containing contact
objects, and a edit button (<asp:imagebutton/>) in each row
When I click edit button, I want a window popup so I can edit the
selected contact, so when I click this button, I find out which
contact get selected, put it in session
But the problem is: popup window shows up first before I put the
object into the session
Any ideas or suggestions?
Thanks
Joseph