Excellent. Thanks that worked. One more Question
How can I get it to refresh the gridview after the update and I close the window?
Main Topics
Browse All TopicsHello
I am using a Gridview with a select button upon clicking the select button, an ajax popup modual opens the Details view in a pop up&(That part works great)
In the details view I have an edit and delete link. The problem I am having is when I press edit in the details view the popup moudal closes, then If I click select again the details view pops up in edit mode.
How can I get the popup to stay open after clicking the edit button?
I have attached the code &
Thanks again.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Rajeshk_cgm: you saw this question was already answered. instead of jumping-in, you shld promote user asking to post later one as a new question, instead of answering it.
EPSupport2: if you have multiple quesitons, you should ask in a different questions. you shld have ask a new one instead of posting it here.
You shld have assigned this points to me.
Business Accounts
Answer for Membership
by: kumar754Posted on 2009-11-05 at 13:56:02ID: 25754489
this is bcoz you already have data in the popup, just that the popup is not visible.
on the end of EDIT server side code, call the popup show method again. that will keep the popup open
modalPopup.show()