I have no access to the asp page. Its in another server, in another company.
My users ll have a link to click, the link ll send the parameters (post
method) to the another company. The problem now its how can i do this
automatically, without the user being requested to click in another button
inside the aspnet page.
Regards,
André.
"Scott M." <s-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If you are trying to do this automatically, why not just have the classic
> asp page get the data directly and avoid the intermediate aspx page?
>
> -Scott
>
> "André Freitas" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> So you think a good idea is to create all the text fields i need, load
>> the data from database and set to its fields, and then put a button with
>> the postbackurl to result.asp. I think it ll work.
>>
>> Just one more thing? How can i automatic trigger the button?
>>
>> "Scott M." <s-(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Place an ASP.NET Button control on mypage.aspx and set its PostBackURL
>>> property to result.asp.
>>>
>>> -Scott
>>>
>>> "André Freitas" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>I have a situation where i need to get some information in a database
>>>>and post this information (form method) to a normal asp page (for
>>>>integration purposes). The aspnet page, lets call it "mypage.aspx" ll
>>>>just load the data, and post it to "result.asp", theres nothing more, no
>>>>buttons, nothing. How can i do that? The result.asp (i cant upgrade it
>>>>to aspnet) is in another domain, but i think its not a problem, i just
>>>>need to send a post to there.
>>>>
>>>> Regards,
>>>> André.
>>>>
>>>
>>>
>>
>
>
|