Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

.aspx to .asp connection - can it be done?

0 views
Skip to first unread message

alm...@altavista.com

unread,
May 25, 2007, 7:08:46 AM5/25/07
to
Hi,

I'm writing VB.NET using ASP.NET 1.1. I want to inteface with a
website online that has a webform on it. The webform has a "*.asp"
extension. I believe this corresponds to ASP.NET 2.0.

I just want to extablish a link and see if it can be done. Thats all.
Any suggestions/comments/hints most appreciated. I'm using Visual
Studio 2003.

Thanks,
Al.

Mark Rae

unread,
May 25, 2007, 7:47:50 AM5/25/07
to
<alm...@altavista.com> wrote in message
news:1180091326.8...@g4g2000hsf.googlegroups.com...

> I'm writing VB.NET using ASP.NET 1.1. I want to inteface with a
> website online that has a webform on it. The webform has a "*.asp"
> extension. I believe this corresponds to ASP.NET 2.0.

A *.asp extension indicates ASP Classic, not any version of ASP.NET...

> I just want to extablish a link

What do you mean by that exactly...?


--
http://www.markrae.net

Peter Bromberg [C# MVP]

unread,
May 25, 2007, 1:09:01 PM5/25/07
to
No,. "asp" is classic ASP, not ASP.NET. If you just want to link to a page,
add a hyperlink with the NavigateUrl set to the url of the page. It really
doesn't matter what the technology is, if it comes up in a browser, that's
the end of it.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net

0 new messages