jain4 0 Newbie Poster

Hello there,

I am facing a problem for a website i am developing. I have a form with some set of text boxes and dropdown list. When click on submit it transfers the data in the fields and goes to a different website.
Now i also want to save the data that the form contains in my database.
I am using Postback Url for transfering the data to the new website. If i use this, the sql query to store the data doesnt execute. I cannot use server.transfer also as the new website is on different server.

Can anyone help me with this.

Thanks.