Ask a Question related to ASP Database, Design and Development.
-
Culbert #1
ASP Coding
Is it tough to code ASP for a simple database results
page? I've only ever used FrontPage wizards to create my
database results ASP pages before, but I would like to
(based on Ray's suggestion) try something bigger and
better. Also are there any websites that offer a tutorial
or something?
Culbert Guest
-
help in coding
Hi, I want to build up interactive tutorials that has videos and audios, I want to show some images with voice comments on them, pleeeeeeeease... -
c# coding
(Type your message here) -------------------------------- From: lovey dovey I need help in writing a program that takes any integer and... -
coding
Hi Gang, I am a Director programmer and do a little Flash. I've noticed some pretty complex coding in Flash and have searched diligently for... -
Platform Coding....
im attempting to make some sort of platform game which of course requires jumping and landing on platforms and a scrolling background. I have the... -
Lil fun be4 coding
http://www.stud.ntnu.no/~shane/stasj/div_bilder/107.html Have a nice day ! -- Julien CROUZET -
Bullschmidt #2
Re: ASP Coding
<<
Is it tough to code ASP for a simple database results
page? I've only ever used FrontPage wizards to create my
database results ASP pages before, but I would like to
(based on Ray's suggestion) try something bigger and
better. Also are there any websites that offer a tutorial
or something?Here is something I put together about ASP that hopefully might help>>
somehow.
Web Database Concept
[url]http://www.bullschmidt.com/concept.asp[/url]
You and others can have access to a database hosted on the Web from any
location that has a browser with an Internet connection.
The Web database concept makes sense if you and your people want to do
work in various locations in or outside the office and still be
"plugged" in.
For example you could have employees enter timesheets or have sales reps
log their contacts. Or perhaps you'd like customers to be able to check
the status of their orders online without having to call the company.
If you want a Web database, typically what would happen is that a
database such as Access or MySQL (basically just consisting of tables)
would be put on the Web.
Then "dynamic" Web pages (such as classic ASP pages which include
VBScript, HTML, and/or JavaScript) would be created acting like the old
desktop database's queries, forms, and reports to access the database -
all hosted on a Web Server.
Dynamic Web pages are similar in many ways to regular HTML pages. But
they are "live" because the user can read from and write to information
in the database. An example where you can login and add, edit, or view
fictional customers and invoices is at
[url]http://www.bullschmidt.com/login.asp[/url]
Not all Web hosts will handle dynamic Web pages but many do. The Web
hosts that can handle ASP pages usually have a Windows 2000 or Windows
2003 operating system running an IIS Web server.
Here are a few good ASP sites:
o ASP101 Samples - [url]http://www.asp101.com/samples[/url]
o W3Schools ASP Tutorial - [url]http://www.w3schools.com/asp[/url]
o Microsoft VBScript Language Reference -
[url]http://msdn.microsoft.com/scripting/default.htm?/scripting/VBScript/doc/[/url]
vbscripttoc.htm
And the following newsgroup is good:
microsoft.public.inetserver.asp.general
Or for a "quick and dirty" generic ASP open source solution to putting
databases on the Web (often works well for the admin area of a Web site)
that just requires setting up a configuration page for each table or
query and uploading the database to the Web as long as there is an
autonumber field in each table (and you'll probably also separately want
to create login capabilities), perhaps try something like this:
GenericDB by Eli Robillard
[url]http://www.genericdb.com[/url] and then click on the Tips link to see an
example
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
[url]http://www.Bullschmidt.com[/url]
Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest
-
Culbert #3
Re: ASP Coding
Awesome. I will try that for sure!
might help>-----Original Message-----
><<
>Is it tough to code ASP for a simple database results
>page? I've only ever used FrontPage wizards to create my
>database results ASP pages before, but I would like to
>(based on Ray's suggestion) try something bigger and
>better. Also are there any websites that offer a tutorial
>or something?>>>>
>Here is something I put together about ASP that hopefullythe Web from any>somehow.
>
>Web Database Concept
>[url]http://www.bullschmidt.com/concept.asp[/url]
>
>You and others can have access to a database hosted onpeople want to do>location that has a browser with an Internet connection.
>
>The Web database concept makes sense if you and yourstill be>work in various locations in or outside the office andhave sales reps>"plugged" in.
>
>For example you could have employees enter timesheets orbe able to check>log their contacts. Or perhaps you'd like customers tothe company.>the status of their orders online without having to callis that a>
>If you want a Web database, typically what would happenconsisting of tables)>database such as Access or MySQL (basically justinclude>would be put on the Web.
>
>Then "dynamic" Web pages (such as classic ASP pages whichacting like the old>VBScript, HTML, and/or JavaScript) would be createdthe database ->desktop database's queries, forms, and reports to accessHTML pages. But>all hosted on a Web Server.
>
>Dynamic Web pages are similar in many ways to regularto information>they are "live" because the user can read from and writeedit, or view>in the database. An example where you can login and add,do. The Web>fictional customers and invoices is at
>[url]http://www.bullschmidt.com/login.asp[/url]
>
>Not all Web hosts will handle dynamic Web pages but many2000 or Windows>hosts that can handle ASP pages usually have a Windows/VBScript/doc/>2003 operating system running an IIS Web server.
>
>Here are a few good ASP sites:
>o ASP101 Samples - [url]http://www.asp101.com/samples[/url]
>o W3Schools ASP Tutorial - [url]http://www.w3schools.com/asp[/url]
>o Microsoft VBScript Language Reference -
>[url]http://msdn.microsoft.com/scripting/default.htm?/scripting[/url]solution to putting>vbscripttoc.htm
>
>And the following newsgroup is good:
>microsoft.public.inetserver.asp.general
>
>Or for a "quick and dirty" generic ASP open sourceof a Web site)>databases on the Web (often works well for the admin areaeach table or>that just requires setting up a configuration page forthere is an>query and uploading the database to the Web as long asseparately want>autonumber field in each table (and you'll probably alsothis:>to create login capabilities), perhaps try something liketo see an>GenericDB by Eli Robillard
>[url]http://www.genericdb.com[/url] and then click on the Tips linkDownloadable)>example
>
>Best regards,
>J. Paul Schmidt, Freelance ASP Web Developer
>[url]http://www.Bullschmidt.com[/url]
>Classic ASP Design Tips, ASP Web Database Sample (Freely***>
>
>*** Sent via Developersdex [url]http://www.developersdex.com[/url]>Don't just participate in USENET...get rewarded for it!
>.
>Culbert Guest
-
LC #4
ASP coding
Hi,
Lets say I connected to an Access database and created an
sql and then created a drop down list.
<%
strSQL = "SELECT tblEV3Location.Division,
tblEV3Location.Code FROM tblEV3Location
ORDER BY tblEV3Location.Division;"
set cars=adoCon.execute(strSQL)
%>
<select name="Division">
<% 'Loop through the recordset to make each entry
in the list. %>
<% do while not cars.eof %>
<Option value = "<%= cars(1) %>"> <%= cars
(0) %></Option>
<%cars.movenext
loop%>
</select>
After the user selects a value from the drop-down, how do
I refer to it in coding? I want to use the user's value
to start another sql in the same table or to put that
value in a textbox. For the textbox idea, how would I do
that?
Any help appreciated.
Thanks.
LC Guest
-
Aaron [SQL Server MVP] #5
Re: ASP coding
> After the user selects a value from the drop-down, how do
On the same page, or after submitting a form?> I refer to it in coding? I want to use the user's value
> to start another sql in the same table or to put that
> value in a textbox. For the textbox idea, how would I do
> that?
If the former, please see a client-side group (e.g.
microsoft.public.scripting.jscript).
If the latter, and assuming <form method=post>
Response.Write(Request.Form("Division"))
--
[url]http://www.aspfaq.com/[/url]
(Reverse address to reply.)
Aaron [SQL Server MVP] Guest
-
Bullschmidt #6
Re: ASP coding
<<
After the user selects a value from the drop-down, how do
I refer to it in coding? I want to use the user's value
to start another sql in the same table or to put that
value in a textbox.Here's a somewhat related scenario:>>
Perhaps this may hopefully give you some ideas. It's got a downloadable
sample and does retain values after the post back:
Classic ASP Design Tips - Dependent Listboxes
[url]http://www.bullschmidt.com/devtip-dependentlistboxes.asp[/url]
Dynamically show the results in a listbox based on what was chosen in
another listbox.
You can use dependent listboxes for example to let a user choose a rep
in a reps listbox and then have only the customers for that rep be shown
in the customers listbox.
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
[url]http://www.Bullschmidt.com[/url]
Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest



Reply With Quote

