I am using
ASP.NET and using master page
I have a parent page open remote page by using facebox.
In the remote page I have gridviews with link buttons.
I want to show third page in facebox when clicking the link buttons.
When I trying to do that, the link button always post back to parent
page instead of calling function in remote page.
I tried to replace $('body').append($.facebox.settings.faceboxHtml)
with $('#aspnetForm').append($.facebox.settings.faceboxHtml) in
facebox.js file.
But the facebox is not show up after editing.
Please advise how I can slove this problem.
Thanks