Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Consider adding code that you are using as it is not very clear what exactly you are doing. – KPL Oct 31 '12 at 10:52
please post the function which is written to save the values in the database. Is it a javascript function? If so then it should return false at the end of the function. – Shekhar Oct 31 '12 at 10:53
If it is a server side function written on the page frmInstructroNote.aspx.cs then it will not work. You will have to use javacript function with ajax call to server side function – Shekhar Oct 31 '12 at 10:54
it is server side function of <asp:Button> on button click – Sohail Hameed Oct 31 '12 at 11:05
@krshekhar how i make ajax call in in javascript?? as i new to ASP.net and didint worked on javascript before. and link u suggest where i can found help ? – Sohail Hameed Oct 31 '12 at 11:08
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.