i am using lightbox in my APS.net Web application.
i am opening a ASPX page in ligh box like this
<a href="frmInstructorNotes.aspx?lightbox[width]=900&lightbox[height]=500&lightbox[modal]=true"
class="lightbox">Add Instructor Notes</a>
on frmInstructor notes there are some text boxes and a button. when i click button data from text boxes saved in database. but after save lightbox dissapear and page frmInstructor.aspx opens in browser.
any solution for that? i am using ajax update panel also on that page.