Hi,
Wasnt to sure where I should be posting this question, so I decided to post it within the general section.
My scenario is as follows:
I have a form, which I expect the user to fill out detailing as businesses details. Upon that form, I have an image button that opens a radwindow to another page, that allows the user to select a correct address based on that postcode.
I have acieved this using the examples (Session), but in all examples the parent page will post back once the radwindow is closed, thus so, any data already entered into the page is lost.
I want to be able to pass the data back to the parent page without refreshing the parent page (and thus loosing any data already entered).
I think this could be acomplished using an AjaxRequest, but I am not sure how, so any examples would be great.
Wasnt to sure where I should be posting this question, so I decided to post it within the general section.
My scenario is as follows:
I have a form, which I expect the user to fill out detailing as businesses details. Upon that form, I have an image button that opens a radwindow to another page, that allows the user to select a correct address based on that postcode.
I have acieved this using the examples (Session), but in all examples the parent page will post back once the radwindow is closed, thus so, any data already entered into the page is lost.
I want to be able to pass the data back to the parent page without refreshing the parent page (and thus loosing any data already entered).
I think this could be acomplished using an AjaxRequest, but I am not sure how, so any examples would be great.