N
Nikhil Patel
Hi all,
I am writing a web form to edit SQL Server data. When the form loads, I am
going to read a single record from a SQL Server table and display it's
column values in textboxes,dropdowns,etc. The table contains about 60 to 70
fields(columns) and I need to display all of them on the form. So my
question is should I read the values in a DataSet? And what is the best way
to save data back to SQL Server?
Thanks.
-Nikhil
I am writing a web form to edit SQL Server data. When the form loads, I am
going to read a single record from a SQL Server table and display it's
column values in textboxes,dropdowns,etc. The table contains about 60 to 70
fields(columns) and I need to display all of them on the form. So my
question is should I read the values in a DataSet? And what is the best way
to save data back to SQL Server?
Thanks.
-Nikhil