多种产品的发票输入表格 [英] INVOICE ENTRY FORM with MULTIPLE PRODUCTS

查看:64
本文介绍了多种产品的发票输入表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

例如,我想使用C#发票输入表单创建一个asp.net.我有两个数据库表

账单(编号,客户名称,地址,总金额)

Bill_Product(账单,产品编号,产品名称,数量,费率)

将向用户显示一个页面,在该页面上,他将选择客户并在gridview中选择不同的产品.只需单击按钮,便可以计算并存储帐单

将向用户显示一个excel类型表/gridview类型表格,从中可以选择不同的产品并输入所需的数量.

我希望我能使自己清楚.请建议我可以遵循的任何教程或文章,以开发我的网站

任何帮助将不胜感激.

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.

推荐答案



您需要学习 SQL (以获取数据),
您需要学习 ASP.NET (以显示数据),
您需要学习 C#(以处理数据)

学习单一事物对您不起作用,我建议您通读每门学科的一本书.

祝你好运
谢谢
-Amit Gajjar
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


尝试

我已经遍历了教程和书籍.我可以对其进行硬编码,但是我想知道是否还有其他更简单的方法.我基本上必须创建多个数据输入表单.

尝试过Google却不值得

请告知是否还有其他解决方案
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


这篇关于多种产品的发票输入表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆