Asp Tutorial

where can I find a good ASP tutorial
that has listing of all available methods in ASP for e.g
for Response and Request objects etc.

View Replies


ADVERTISEMENT

ASP Tutorial

It seems the first tutorial I posted was pretty popular.
Would you like me to create another one?
And if so, what features would you like included in it, such as recordset paging, CMS system, etc...
I'll let this poll run a couple of days, then depending on the total votes and the suggested features, I'll create another tutorial containing what everyone suggested.

View Replies View Related

ASP Tutorial

I am looking for an ASP tutorial (VBScript) that I could download and print. A .doc or PDF file, no online stuff please. Anyone has a suggestion?

View Replies View Related

ASP.NET Tutorial?

I am looking for some good tutorials on ASP.NET, something like Kevin Yank's original tutorial (like 7 or 10 part) on PHP. I am currently programming in PHP, and I dont really need the basic basic stuff, as I code often in Visual Basic, C/C++, and PHP. I am just looking for a WELL written tutorial or something on ASP.NET...I have to switch from PHP, ASP.NET is just that good, I never though Microsoft would turn around the way they have, but i love it!

View Replies View Related

ASP FAQ Tutorial

i have been using the ASP FAQ tutorial on webmasterbase.com and my code is practically the same. however, i cannot use PWS to run my scripts but i can use an ODBC. the problem is, i don't know how.
i've read so many tutorials but when i try them, my code doesn't work.
can someone please let me know the exact changes i would need to make to the FAQ tutorial code in order to view my ASP scripts using an ODBC?
the tutorial is at:http://www.webmasterbase.com/article/536

View Replies View Related

Tutorial

I have attached an ASP Website Tutorial to assist ASP programmers. If you have any questions, please refer to the readme.txt file.

View Replies View Related

ASP Tutorial

in few days how can we learn ASP, i know PHP so why i can understand ASP easily. but i need any such tutorial is thier to help me out.

View Replies View Related

Looking For ASP/XML Tutorial

Everyone comes through with great reference links here, so I thought I'd give this a shot.I have an xml file that drives a calendar application. I'd like to write something in asp that will enable users to edit event information, but can't find any good references to get started.

View Replies View Related

Fso Tutorial

give me a url for a good tutorial/overview of the filesysystemobject. I know there are a lot out there but I just cant seem to find one which covers everything.

View Replies View Related

.NET Tutorial Now Available

I have finally had the time to create a simple .NET tutorial.

View Replies View Related

XML --> ASP Tutorial

I'd like to take the contents of an XML file and bring the data into an ASP document as an array. Sounds pretty simple (and even though I primarily use ASP, I was able to figure out PHP's SimpleXML in about 10 minutes to do something similar). Anyway, I'm having a terrible time finding an online resource to walk me through it.

I know I can connect the XML file and retrieve the data in a fairly static manner using Microsoft.XMLDOM, but what I'd like to learn is how to cycle through all of the child nodes and populate an array in one swoop, but I can't find the proper syntax for it.
Most of the online XML resources seem to focus on .NET or other non- Classic ASP systems.

View Replies View Related

ASP Tutorial Site

I just need a simple ASP tutorial site for beginners.

View Replies View Related

ASP Forum Tutorial

Can anyone direct me to good tutorial site on how to build an online Forum with ASP.

View Replies View Related

DrDev Tutorial

I found a link to a nice short guide on how to insert into more than one table: http://www.drdev.net/article01.htm.

I think I've got it all setup correctly, but I'm not sure what to put for the action of the form. The tutorial there doesn't really get into that part.

When I use the DW insert record behavior it puts the variable MM_editAction in for the action and has:

MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME"))
If (Request.QueryString <> "") Then
MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString)
End If

Do i need to do something similiar to this or how do I make this work?

View Replies View Related

Any ASP Exercises Or Tutorial?

im an intern with an IT company and im pretty new with ASP. I've learnt the basics like CRUD, sending email and uploading files and currently im quite free. i wish to make use of this time i have to brush up on my ASP. Any website to recommend tht provides examples or tutorial i ken try out and learn from?my supervisor is so busy with his projects, everytime i finish the task he assigns im left with nothing to do. Im really keen on learning. In fact i jus downloaded the tutorial by Sticky. However looking at all the files, i dunno wat to do with em. Mayb some kind soul ken assist this lost child?

View Replies View Related

Typing Tutorial

anyone has an idea how to make a typing tutorial using ASP?
that will compute the Words per minute, characters per minute
and the errors

View Replies View Related

Session Tutorial

I am wondering if people could point me towards some good tutorial and code samples that deal with setting up sessions once a user logs in? I know absoloutly nothing about them.

View Replies View Related

Upload Tutorial

I am trying to learn how to upload a file not using a component as I can not install any on my server....

View Replies View Related

Tutorial Request

I would like a tutorial for ASP / VBScript with an Access database on how to send a private message to a user. something like a populated MEMBERS table and an unpopulated COMMENTS table so a member who is logged in can send a PRIVATE COMMENT to any other user on the site/database.

View Replies View Related

Need Tutorial/examples

here i need a help to search tutorial/example for check date valid or not. because i have a form that user write the start date & end date. i want to check the end date if it is before start date or vice versa.

View Replies View Related

Trackback Tutorial?

I am interested in adding a trackback feature to mysite and I recently found an article explaining how to do this if you are using ASP.net, but I just want to create one for ASP.

I have fairly limited knowledge of ASP, but if it is a tutorial or a site showing examples and such, I am usually able to create the script with some major trial and error.

View Replies View Related

Image Gallery Tutorial

is there any tutorial links on image gallery with database (SQL) on Classic ASP. Where the image record display horizontaly 4 image columns in a row, it also has brief description and the record id displays.

View Replies View Related

Developement Tool And Tutorial

I wanted to find out any web site where i can get devlopement tool free on the internet whereby I can program in ASP- other than crimson editor or front page- and which is free and easy to use.Also any good tutorials sites out there for beignners in ASP other than w3schools and on google.

View Replies View Related

Any Good Tutorial On Charts?

I looking for a tutorial on charts/graphs which would take information from the DB table. I have a column about 31000 records and numbered field of 001-0022. I hav another field which contains texts.

What I'm looking for is to show graphically on a scale of 001-022 as in the first field how many time does the search criteria appear.

For example: I search a keyword "hello"

and the graph would show 001: 30 times, 002: 4 times...022: 1 time, but as a chart.

I think it would be nice to add a percentage calculation too.

View Replies View Related

Build FAQ With ASP & MS Access Tutorial

I've been following the building an FAQ tutorial and have uploaded all my files to the server but get a message saying the page cannot be displayed when I try to access it.

Can anyone tell me what obvious mistakes I might have made? I've checked the code over and over again but the only thing I'm not sure about is the connection to the database. How do I know the path to my database?

View Replies View Related

File Upload Tutorial

I'm looking for a simple file upload turorial in asp. Well I didn't find one on internet. Is it possible in asp/javascript to upload files (here i need to upload .jpg and .gif files only). If some one knows a good tutorial/exemple.

actually what i need to do is pretty simple upload picture:

verify its name (*.jpg or *.gif)
copy the picture to --> root & "pic"
copy a resized picture to --> root & "picpreview"

View Replies View Related

ActiveX Control Embed Tutorial?

I need to write an ActiveX control, in VB6, that will be embedded in an IE-6 browser. I'm looking for a good tutorial and links to documentation, to make this as painless as possible.

View Replies View Related

Shopping Cart - Sessions - Tutorial

From what i have been reading - Sessions should be used sparingly. Thats ok - but what if I have a shopping cart - do i write everthing to temp db until the user places the order - or is there another way of doing it? I am sure that there are tutorials on this.

View Replies View Related

Web Site Stats: Program Or Tutorial?

Is there a nice "ASP" tutorial out there or shareware ASP program I can use to set up stats on a web site for a client? I am particularly interested in Referers, to include key words.

View Replies View Related

Advanced Server Side Form Validation Tutorial

Can anybody point me to a good tutorial/manual on advanced server-side form validation including validation of fields against unwanted strings such as the use of "http://".

View Replies View Related

CDONTS For WinXP/2000 (code Sample/tutorial)

Some people are using WinXP and Win2000 for servers and are having problems with CDONTS, so im gonna post a little code sample on sending emails with CDOSYS because it works better for WinXP and Win2000 and is also a better email compenent. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved