DataGrid and INSERT INTO table
Dear All,
Inserting a user's TextBox input into a database is clear to me but is it possible with ASP to add the content of a DataGrid into a table?
Do I have to use DataSet and DataAdapter to do this?
Second and last questions: Until now, all I have learned to do with ASP.NET is to develop a web form. How do we develop a distributed web application with its own menu's, options, printing options, etc? Can you refer me to a good "basic" book?
Thanks in advance,
Christiane
|