Please find my question/scenario-
I am opening a browser enabled form;filling in necessary details and able to submit the form to SP Portal.
Once it is submitted, I change the view which includes 2 buttons "Add another Request" and "Exit"
I am using this code in Add another Request-clicking events
System.Diagnostics.Process.Start("url");
This seems working fine in my local machine but when activated via MOSS and clicking the button, nothing is happening whereas Exit is working as it is supposed to be.
I want the "Add Another Request" button to function similar to "New" as in SP Library(i.e., open the same template previously used). Is there any way of getting this done.