Posted on: 5/30/2014 11:17:03 AM | Views : 349

I want to create input data for order and order detail,
Could you give an example using asp.net (C#). 
in ASP.NET not MVC
order : orderno  nvarchar(20) orderdate datetime customer nvarchar(20) total decimal(18,2) order_detail id int (auto increament) orderno nvarchar(20) itemno nvarchar(20) qty decimal(10,2) price decimal(10,2) total decimal(10,2) item itemno nvarchar (20) itemname nvarchar(100) price (10,2)

Go to the complete details ...