abcd wrote:
> yes...
>
> do you know any quick solution
> Curt_C [MVP] wrote:
>
>>abcd wrote:
>>
>>>I have a COM component which is instantiated in ASP page and that
>>>does a job for me....ASP page returns me the list of some
>>>values....as that ASP page is already written I dont want to convert
>>>it into aspx page.... the values I get from ASP page I use it in ASPX
>>>page in list box....
>>>
>>
>>So you want to Parse the Remote Page... that's your search, I think
>>you will find a number of ways to do this out there.
>
>
>
With ASP.NET I don't, sorry. I know I've seen it posted here before, and
would be willing to bet that Google would get you a good start.
The problem isnt calling the remote page, its going to be getting the
Text out of the html generated page... The whole page will be read in
as a large string, which you will have to break apart.
In the end I'd be willing to bet you will be better off calling that
same COM component from your ASP.NET page instead....
--
Curt Christianson
site:
http://www.darkfalz.com
blog:
http://blog.darkfalz.com