|
|
|
| Where the heck can I find the official ASP documentation - ie about methods,
objects, etc - what in the Java world would be called the API pages? I went
to MSDN and searched for ASP API and all I found was about 4 basic pages on
Active Server Pages.
I'd be grateful if someone can point me to ASP's equivalent of this:
http://java.sun.com/j2se/1.3/docs/api/
Cheers.
| |
| DennisLee 2006-03-21, 8:04 am |
| I think, this is what you want
http://msdn.microsoft.com/library/d...veservpages.asp
--
/*********************************/
Blog : http://ddongdog.egloos.com
Wiki : http://wiki.ddongdog.com
JinHyoung Lee
/*********************************/
<nospam@nospam.com> wrote in message
news:dvor8o$6gm$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com...
> Where the heck can I find the official ASP documentation - ie about
> methods, objects, etc - what in the Java world would be called the API
> pages? I went to MSDN and searched for ASP API and all I found was about 4
> basic pages on Active Server Pages.
>
> I'd be grateful if someone can point me to ASP's equivalent of this:
> http://java.sun.com/j2se/1.3/docs/api/
>
> Cheers.
>
| |
| Bob Barrows [MVP] 2006-03-21, 8:05 am |
| nospam@nospam.com wrote:
> Where the heck can I find the official ASP documentation - ie about
> methods, objects, etc - what in the Java world would be called the
> API pages? I went to MSDN and searched for ASP API and all I found
> was about 4 basic pages on Active Server Pages.
>
> I'd be grateful if someone can point me to ASP's equivalent of this:
> http://java.sun.com/j2se/1.3/docs/api/
>
> Cheers.
Plus this:
http://msdn.microsoft.com/library/e...ef33a651779.asp
--
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.
| |
| Anthony Jones 2006-03-21, 8:05 am |
|
<nospam@nospam.com> wrote in message
news:dvor8o$6gm$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com...
> Where the heck can I find the official ASP documentation - ie about
methods,
> objects, etc - what in the Java world would be called the API pages? I
went
> to MSDN and searched for ASP API and all I found was about 4 basic pages
on
> Active Server Pages.
>
> I'd be grateful if someone can point me to ASP's equivalent of this:
> http://java.sun.com/j2se/1.3/docs/api/
>
> Cheers.
>
http://msdn.microsoft.com/library/d...ef33a651779.asp
It's burried in IIS Web development.
| |
|
| > http://msdn.microsoft.com/library/d...ef33a651779.asp
>
> It's burried in IIS Web development.
Blimey - these docs have got nothing on the useful layout of the Java docs!
I can't believe I had to post in a forum to find them - even Google didn't
help me on this one.
Cheers all for the links.
Back to work.
| |
| Kyle Peterson 2006-03-21, 5:56 pm |
| Though not ASP docs per say if you are using vbscript in your asp pages this
can help as well.
http://support.cjwsoft.com/code/moreinfo158-1.htm
<nospam@nospam.com> wrote in message
news:dvp4ef$2nt$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
>
> Blimey - these docs have got nothing on the useful layout of the Java
> docs! I can't believe I had to post in a forum to find them - even Google
> didn't help me on this one.
>
> Cheers all for the links.
> Back to work.
>
|
|
|
|