Click to See Complete Forum and Search --> : Window Reload


mickey5
12-05-2006, 10:17 PM
Hi

My Problem is :-

I am opening a showmodaldialog box window from the main form. I am not able to refresh/reload the parent window when I am clicking on submit button in the dialog box.

Purpose of refreshing is that it is showing the form in non edit mode, soo I need to show in edit mode when I refresh/reload it.

Is this possible with ajax, so that whole page do not reload but it only reloads the fields on the form and shows the field in the edit mode.

How do I refresh/reload with javascript code?

Thanks