Transfer Database Output To Another Website
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS ASP > Transfer Database Output To Another Website




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Transfer Database Output To Another Website  
rn5a@rediffmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-22-07 06:24 AM

Assume that there's a website named www.abc.com. There are 2 ASP files
& one MS-Access database file in this site. The 1st ASP file is named
"SearchForm.asp" & the 2nd ASP file is named "SearchResult.asp".
"SearchForm.asp"  houses a Form with a select list & 2 TextBoxes. The
select list is populated from a MS-Access database table.

When the Form is submitted, the user is taken to "SearchResult.asp"
which retrieves & displays the records that match the criteria that
the user selected in the select list & the text they entered in the 2
TextBoxes in "SearchForm.asp".

Now the records that "SearchResult.asp" retrieves & displays - I want
to display these records in a ASP file named "ShowData.asp" which
exists in another website named www.xyz.com.

Is there any way by which I can display the records generated by
www.abc.com/SearchResult.asp in www.xyz.com/ShowData.asp....






[ Post a follow-up to this message ]



    Re: Transfer Database Output To Another Website  
Bob Barrows [MVP]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-22-07 06:26 PM

rn5a@rediffmail.com wrote:
> Assume that there's a website named www.abc.com. There are 2 ASP files
> & one MS-Access database file in this site. The 1st ASP file is named
> "SearchForm.asp" & the 2nd ASP file is named "SearchResult.asp".
> "SearchForm.asp"  houses a Form with a select list & 2 TextBoxes. The
> select list is populated from a MS-Access database table.
>
> When the Form is submitted, the user is taken to "SearchResult.asp"
> which retrieves & displays the records that match the criteria that
> the user selected in the select list & the text they entered in the 2
> TextBoxes in "SearchForm.asp".
>
> Now the records that "SearchResult.asp" retrieves & displays - I want
> to display these records in a ASP file named "ShowData.asp" which
> exists in another website named www.xyz.com.
>
> Is there any way by which I can display the records generated by
> www.abc.com/SearchResult.asp in www.xyz.com/ShowData.asp....

Sure. Submit them via hidden fields in a form on SearchResult.asp or
pass them via the querystring.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.







[ Post a follow-up to this message ]



    Re: Transfer Database Output To Another Website  
rn5a@rediffmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-22-07 06:26 PM

On Mar 22, 5:54 pm, "Bob Barrows [MVP]" <reb01...@NOyahoo.SPAMcom>
wrote:
> r...@rediffmail.com wrote: 
> 
> 
> 
>
> Sure. Submit them via hidden fields in a form on SearchResult.asp or
> pass them via the querystring.
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.- Hide quoted text -
>
> - Show quoted text -

Bob, what if the "SearchResult.asp" page retrieves, say, 200 records &
I need to paginate the records, say, 10 records at a time & then
display those records in www.xyz.com/ShowData.asp?

How do I submit so much data from www.abc.com/ShowResult.asp to
www.xyz.com/ShowData.asp using hidden fields or querystrings?






[ Post a follow-up to this message ]



    Re: Transfer Database Output To Another Website  
Bob Barrows [MVP]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-22-07 06:26 PM

rn5a@rediffmail.com wrote: 
>
> Bob, what if the "SearchResult.asp" page retrieves, say, 200 records &
> I need to paginate the records, say, 10 records at a time & then
> display those records in www.xyz.com/ShowData.asp?
>
> How do I submit so much data from www.abc.com/ShowResult.asp to
> www.xyz.com/ShowData.asp using hidden fields or querystrings?

You can use an xml string. Or you can pass whatever parameters that
Showdata.asp needs to retrieve the data from the database.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:04 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register