June 26, 200818 yr Hi all, I'm working on a C# ASP.NET application at the moment. In one of my pages, I have a GridView contained within an update panel. Also, there is a RadioButtonList that post's back and updates the contents of the grid view depending upon the option selected. In one of the GridView columns resides a link, the target of which is populated during the GridView bind event. The link opens a page via Greybox. Now, when the page loads first time around, the links work as they should, opening in a Greybox popup. However, if I do a partial postback (by clicking one of the radio buttons), the Greybox functionality is lost and clicking the link in the GridView redirects the entire page rather than opening the target page in the Greybox popup. If I remove the UpdatePanel from the page, it all works fine. Has anybody else had this problem? Any ideas on how to resolve it? TIA Lee
Create an account or sign in to comment