View data using asp

G

Guest

I am using asp file to view and update data using SQL Server DB table.
My webpage view 2 collumns; checkbox and Name and also i have submit
button. The field name 'Name' will view all names from table tblNames in
database.
When i click on button submit I will need to display new asp page which
will show only those names if checkbox was checked and then i will need to
have submit button which will add those names to sql table 'tblAdd'.
I am very new using asp. Please some one help me out.
 
S

Stefan B Rusynko

Start here
http://www.w3schools.com/asp/default.asp
or look here for some samples
http://www.asp101.com/samples/
PS
No sure why if you have the names in a table (to display originally)
- you are going to add them to a table again

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| I am using asp file to view and update data using SQL Server DB table.
| My webpage view 2 collumns; checkbox and Name and also i have submit
| button. The field name 'Name' will view all names from table tblNames in
| database.
| When i click on button submit I will need to display new asp page which
| will show only those names if checkbox was checked and then i will need to
| have submit button which will add those names to sql table 'tblAdd'.
| I am very new using asp. Please some one help me out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top