473,386 Members | 1,736 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Mini project topic in ASP language

Hi,
please suggest me Mini project topic in ASP language....
Jan 21 '06 #1
3 4739
Niheel
2,460 Expert Mod 2GB
You could create a blog in ASP; good way to learn a web langauge.
Jan 21 '06 #2
Hi,
please suggest me Mini project topic in ASP language....


first how to create form design
Jun 29 '07 #3
danp129
323 Expert 256MB
response.write "Hello world" ?

A Form with user/pass and a submit, and display what was submitted on the form back to the user.

Make a page that looks like a website with nav bar at top or left or both and a copyright at bottom and a hello world in the content portion. Then split it into two files (at hello world): Header.asp/footer.asp. Then learn how to include Header.asp at begging of the form you made and footer.asp at the end.

Maybe some session variables next

Couple pages that read session variable to see if you're logged in and if not, set a session variable for it's URL and then redirect you to login form which will redirect you back to the session variable holding the url (be sure to not make an infinite loop of redirecting by misspelling the session variable name when checking to see if they're logged in!)

Cookies, set expiration dates, have login form read cookie and attempt to log you in if user/pass is present.

Access database, and read up on SQL injection soon after

Learn how to add references to global.asa and consider adding reference to MS ADO and possibly MS Scripting Runtime.
Jun 29 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

41
by: Michael Strorm | last post by:
Hi, I'm in the middle of "teaching" myself C++. Having skimmed some of the "Teach Yourself C++ in 21 Days" book, I got a feel for the language, at least. Then I bought "The C++ Programming...
18
by: JKop | last post by:
Here's what I know so far: You have a C++ project. You have source files in it. When you go to compile it, first thing the preprocessor sticks the header files into each source file. So now...
0
by: tbatwork828 | last post by:
VS 2005. I have compiled my dlls/exes in Release mode and also setting Debug Info="full"under Project - Properties - Build - select "Release" under "Configuration" drop down - the Advanced button...
3
by: aurora | last post by:
This is an entry I just added to ASPN. It is a somewhat novel technique I have employed quite successfully in my code. I repost it here for more explosure and discussions. ...
2
by: Eric S. Johansson | last post by:
as one would expect when creating a body of software, eventually you create a series of relatively generic components you find yourself using over and over again. As a result, I'm finding myself...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
2
by: Jayant Vikram | last post by:
Plz, I couldn't find any new & interesting topic of my C language project so I want a topic only ..... Give me suggestions for the topic of my C language project ... NOTE :- I have knowledge...
11
by: smt | last post by:
hai, plz any body give simple topic of doing a mini project in C
4
by: Pankaj S | last post by:
Hi! I have just joined this group. I want just a mini project in c/c++ on any topic so that it is not so much easy and not so much complicated. It should be just looking like a engineering...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.