Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invoice

Status
Not open for further replies.

tekslb

Programmer
Oct 14, 2013
9
CO
Hello,

I need your suggestions on create a form for an invoice as follows:

- Add each item to be included in the form by pressing a button (the product comes from a table)
- Save all these items in other table

Thanks in advance for the assistance.
 
How about using a fieldset instead of a table?
 
Some basic steps off the top of my head:

1. Open Visual Studio.
2. Create a web project.
3. Add a new page.
4. Add a gridview.
5. In one of the gridview columns, add a dropdown to select the product.
6. Add a button to save.
7. In code behind for the save button, write code to send gridview contents to table.

[stpatrick]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top