Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello

I want to create an asp.net with C# Invoice Entry Form for example. I have two database tables

Bill(id, customername, address, totalamount)

Bill_Product(billid, productid, productname, quantity, rate)

The user will be displayed a page where he will select the customer and will choose different products in a gridview. The bill will be calculated and stored upon click of a button

The user will be displayed an excel type sheet/gridview type form from where he can choose different product and will enter the quantity required.

I hope I tried to make myself clear. Please suggest any tutorial or article which I can follow to develop my site

Any help will be really appreciated.
Posted

Hi,

You need to learn SQL(to fetch the data),
You need to learn ASP.NET(to display the data),
You need to learn C# (to process on data)

Learning single thing will not work for you, I suggest you to go though one of the book for each subject.

Best luck
Thanks
-Amit Gajjar
 
Share this answer
 
Comments
Yousuf_007sys 12-Sep-12 14:52pm    
I have been through the tutorials and books. I can hard code it but I want to know if there is any other easier way. I basically have to create multiple data entry form.

Have tried Google but not worth

Please advise if there is any other solution. Is there any way to use GriedView or something else. I have idea about SQL ASP.NET and C#.

Any help will be appreciated
Yousuf_007sys 12-Sep-12 14:54pm    
I basically want to add product bought on the invoice. Hence multiple data entry form is required to insert multiple data values on the table through the form.

I hope I could make myself clear.

regards
AmitGajjar 12-Sep-12 21:56pm    
use http://www.telerik.com/products/orm.aspx
Try google.[^].
 
Share this answer
 
I have been through the tutorials and books. I can hard code it but I want to know if there is any other easier way. I basically have to create multiple data entry form.

Have tried Google but not worth

Please advise if there is any other solution
 
Share this answer
 
Comments
BillW33 11-Sep-12 14:54pm    
You should not post a comment to a solution or an addition to your question as a "Solution". Either add a comment to a previous solution by pressing the "Have a Question or Comment?" button or update your question by using the "Improve question" button. I did not vote, but I thought you should know why this might be downvoted.
Member 10690999 31-Aug-20 9:57am    
https://www.mdmsoft.it/code-snippets/post/create-a-simple-invoice-template-in-asp-net.aspx

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