How to return a ASP form response back to a jQuery Tab
I have a Startpage.aspx that contains jQuery Tabs. When I select a tab it uses Ajax to bring into the page a web form into the Startpage.aspx tab.
I want the user to be able to fill in the web form, hit the submit button, have the form update a database and then return the response back to the Startpage.aspx within the same Tab.
I have been looking around the web, but have not found a solution on how to complete this.
I have the Startpage. I have the Tab working. I have the Tab using Ajax to bring in the web form. I just need to understand what I need to do to get the web form ( that is actually stored in a separate page ) to return the response back to the Startpage tab.
Any suggestions would be appreciated.