Learning Site ASP

I want to create some quizzes with Macromedia Learning Site and everything is working except for one thing. I can't get the text input from a textbox via form input to write into one column in an Access database.

It writes everything that it is supposed to except the columns to the right are filled with text that should be in the previous column. I am pasting the code below. What can I change to make the textbox input stay in one column.

Anytime there is more than one word entered in the textbox, it carries over to the next column. How can I tell it this is a string of data please? The textboxes (in this case) are ReceivedData(6) and ReceivedData(5). Code:

View Replies


ADVERTISEMENT

Learning .NET

The company I work for is preparing to have our website recoded using .NET. I don't know anything about it and I know that you do, or did at least. So, my first question...is it possible to code .NET for free? For example, ColdFusion server is free to download, and I code it using a plain text editor. Can I do something similar using .NET? I want to learn .NET enough so that I can understand the programmers working on the site.
Any help would be great. I've found some tutorials so I'm good there...I just need the framework before I can start using those tutes.

View Replies View Related

Learning ASP.NET

I'm thinking about learning ASP.NET.
I currently have:

Windows 2000 Pro
Dreamweaver MX 2004
IE 6
NS 7
TextPad. 4.5


I currently code in ASP-Jscrip, server side/ MSSQL
What do I need to beable to learn ASP.NET? What software, what Version
of windows etc.any good URLs to learn sites that I can use to learn?
what books are recommended?

View Replies View Related

Learning ASP With IIS

I want to learn ASP. He runs Win2K and I run WinXP HE. He just installed IIS on his computer. I've read that Microsoft doesn't support the installation of IIS on XP Home edition. Is it possible for me to access ASP from my computer?

We are connected to the same cable modem via a router but we aren't sharing files.

On another note, he is not very careful with viruses or firewalls. So he's gotten a LOT of viruses lately. That's the reason why I don't want to share files with him. But, since I need to learn ASP, I'm willing to start sharing files. Is there anything I could do to make our connection safe? I am running NAV and ZA.

View Replies View Related

Learning ASP

i've looked a little at ASP...I think i'm going to learn this first; instead of PHP. It seems pretty easy also, so I might as well learn this now-Seems like more companies (Therefor more jobs) use ASP. A virtual hosting account with MS SQL isn't that much more, so really...Cost doesn't matter..not yet anyway.
In asp you can use a different scripting language like VBscript, JScript, or even perl? Any others?
What are some good Beginner books on asp?
What are some good Intermediate-advanced books on asp?

What are some good beginner books on SQL?
What are some good Intermediate-Advanced books on SQL?

View Replies View Related

Learning ASP

I have been learning PHP for the past six months and am thinking about trying ASP. What exactly the difference between the two languages and what is it used for.

View Replies View Related

Learning

I've been using PHP for my own personal sites for a while. Been using WAMP server so I could develop the site on my own harddrive using PHP and MySQL. Now, it just occurred to me that ASP is probably the better route as far as getting a job.

So what are some good references? I prefer a book over websites so what book should I look for? I've only recently figured out that ASP isnt a language and that you use either JScript or VBScript. While I come from PHP, Jscript should naturally be my choice, but I think I'm going to go with VBScript. Should I look for an ASP book or a VBScript book or both?

View Replies View Related

ASP Learning

I use Dreamweaver to develop ASP sites and am reaching a point where yes it is helpful but I want to know more.

I would like to dive in a hand code things one of these days and was wondering if anyone out there has any good references as to where I could learn the language from the ground up. I figured I'd ask the professionals out there so I can learn from a good reputable source, this way I can learn the right way.

View Replies View Related

Learning Client Ip

how can i learn client ip who connect my site..

request.ServerVariables("REMOTE_ADDR") with this i learn my server ip..

View Replies View Related

Learning ASP - DB Connection

I have been learning ASP stuff and have started to try to get into database connections.

We have Microsoft SBS4.5 (NT 4 packaged product) and it comes with Microsoft Internet Information Server 4.0 & Microsoft SQL Server 7.0 (these are running on the same machine). The server is running the ASP pages ok, and i can do simple ASP things like "the time at the server is xxx" etc.

I have written the following script to check my database connection : Code:

View Replies View Related

Learning Time

How hard is it to learn asp?What is the average learning time

View Replies View Related

Tutorials For Learning?

Please tell a site from where I can download the tutorials for learning the ASP ?

View Replies View Related

AICC - E-Learning

I am tasked with getting and application functional with AICC/SCORM. It is currently an .ASP and XML based web application. I just can't find any real code examples of how people are implementing a AICC "wrapper" to get the basic level of communitaion going between a CMS(LMS) and the course.

I think I understand the concept but really would like to see an example of sorts. Anybody out here actually write their own AICC Courses?

View Replies View Related

Learning The Language

I'm sort of trying to force my way through some manuals and w3schools trying to pick up asp. i'm farmiliar with PHP so i figure it will be a breeze there's just one general theory idea i don't understand. if ASP can be written with either javascript or vbscript. then is ASP just adding the <% %> tags around the code?

something like "Session.Timeout" or "response.write" this doesn't look like VBScript to me. are these elements of ASP, VBScript, or something else?

I hope you can understand my question.I'm sort of confused with the languages / where to look to find information because i dont know what to look for.

View Replies View Related

Open Source Learning

My company has developed a Learning and Content Management System (LCMS) using ASP (there is some .NET) and SQL Server 2000.I are currently exploring the idea of releasing the source code to the Microsoft development community under an open source agreement. If you or someone you know would be interested in participating please reply to this post with your contact information and why you are interested. (You may also send an email to URL with the subject "Open Source LCMS")

View Replies View Related

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

Learning How To "read" IISState Log Files

I'm trying to debug an application that causes ASP to stop responding
while the other IIS services continue to run and the server continues
to serve static HTML pages. I've captured a set of log files using
the IISState utility but I'm not sure what I should be looking for.
Would you be able to point me to some resources to help me to learn
how to interpret these files?

View Replies View Related

How To Log Out Of Site?

How can my members log out of my shopping website? I can't seem to figure it out. I'm using a session cart where users can log in before shopping or log in upon checking out products. How do they log out??? I'm using ASP and oracle sql.

View Replies View Related

Asp Site Map

I would like to create a site map for my map site which is in ASP. I tried
to use Visio to create a web site map but it fails because my asp home page
requires to authenticate. Is there any other tool to create a sitemap from
username/password protected website?

View Replies View Related

Site Within A Site

I want to open a website let say
google.com in my own site.but i want to replace some of its images with my own.
but remember site ( google.com ) will be running in my website everything should be of google but look will be mine.i wanted to do it for my own two websites i just used name of google.com to demonstrate my problem

View Replies View Related

My 1st Asp Site

some code to look through for getting started, i still need to sort out thing like a file to hold all the db stuff so i can call the functions rather than type it every time. cleaning up really .

View Replies View Related

Web Site

i have a slight background in HTML and basic web dev. I have been asked to create basically the following, it will be my project over the next couple of months. I basically want to build an e-commerce website that will take all data from a database. It all needs to be dynamic, products added to the database would automatically update in the website, the navigation also needs to be dynamic, it needs to be low maintainence, i aim to have the checkout to save customers details to a seperate database, the payment process would have completed, no payment details would be saved.

What do you think on the above. Does any one have firstly any code they may be able to give me, to help me along the way. it does need to be done on a budget, I will buy code if need be. What is the best program to develop such a website in?

View Replies View Related

Lag On My Site

I'm looking to eliminate all lag on my site and I have a couple questions regarding databases. Is it possible to open 2 ADODB connections at once? I want to put my sites boards on a different database than everything else but I want to get user information to update in the main db. How would I go about doing this?

Does closing all the stuff you opened in your ADODB connection make a difference? Does it resuly in the use of more bandwidth and site lag?

View Replies View Related

Site Map

i have been asked to create a 'site map' for an ASP / Access DB website which i have just started. Can someone explain to me exactly what a 'site map' is and what it is useful for please?

View Replies View Related

ASP Site

i've got a local server on another pc (ip address:192.168.1.243) but when I want to connect to ASP site that's on that computer it can't. when type "http://192.168.1.243" in my browser it returns this:

IE says: "impossible to find the page" and Firefox says: "the operation timed out when attempting to contact 192.168.1.243". I know that ASP works, because when we try it on the localhost it works (but that's not my computer so I can't use it).

View Replies View Related

Site Asp.net With Mysql

How create site with webmatrix with MySql ?

View Replies View Related

Site Counter

i have a simple asp counter in my site, the counter uses a access db & cookies (so every visitor will be counted once).

in the past days the counter has gone wild & count goes from 300 in ordinary days to 1000.
i guess this is because of robots, crawls, worms etc. is there any way i can count only real visitors?

View Replies View Related

Two Domains, One Site

I have a situation where I have a customer with one e-comm site and two domain names. Both domains currently point to the one site but they want different logos and purchase tracking for each domain name as visitors come through. I am not that well versed in using the HTML headers but somewhere I seem to recall a way of using the headers to identify the url/domain and then redirect or setup session variables for handling the rest.

If this is ringing a bell with anyone I could use a pointer to more info on this.

View Replies View Related

Asp Site As Web Browser

anyone knows a VBScript that acts as a webbrowser? I am
behind a firewall and my local machine is not visible to the internet,
but I have a access to some webspace with asp VBScript. With the right
script I could tunnel pages and sites from my local machine

View Replies View Related

.mobi Web Site

We have a requirement to build a site to work on a mobile phone. Its a property search system and the site needs to show properties from the database based on the users location using the gprs position.
Can anyone point me in the right direction for doing this?

View Replies View Related

ASP Tutorial Site

I just need a simple ASP tutorial site for beginners.

View Replies View Related







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