Click here to Skip to main content
15,924,038 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone

I want to design an ASP.NET webpage with Access database and the user can choose a list of choices and add by himself in database including print what he has done.

I hope you can help me.

Thanks!
Posted
Updated 11-Apr-10 15:43pm
v2

It's necessary for you to show us your problem,
otherwise you need to go to this URL to get your homework done.
 
Share this answer
 
Your question is not clearly understandable.

rtg2010 wrote:
I want to design an ASP.NET webpage with access database


It's not a big deal. Use OleDb for connection to Access Database. Use appropriate connectionstring so that it connects properly.

rtg2010 wrote:
the user can choose a list of choices


Yes. If you use checkbox, the user can select the list of contents.

rtg2010 wrote:
add by himself in database including print


Invoke window.Print to print the HTML, and when the page is posted back say using a button, you can save the items chosen directly to the database..
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900