How to create a Sales Order form with ASP.NET 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How to create a Sales Order form with ASP.NET 2.0?

I want to save the sales order header and its items at the same time. Can I
make this web form with ASP.NET 2.0 new Data Controls?

Thanks
 
Depends what "save" means to you (Database, FileIO, Xml ...).
Depends if you want to generate smth or fill out a form and then save the
order.

Cheers,
 
Back
Top