Hello,
I'm trying to submit a web form(say form1.asp) with some textboxes ,which resides on a web site(say
www.first.com).
Now i want to store value of form elements of from1.asp to
a database which resides on another web site(say
www.second.com).
i've control over both the site.
so how can i do this,note again web form and database are on different site.
vicky