In my old VB project I have this procedure to work with database:
1. I get recordset from database
2. I displey recordset values in textboxes
3. I update values in textboxes
4. I asign that values to recordset
5. I update Recordset to database
In ASP.NET 2.0 tutorials I don't see this kind of work. They use Gridview, Repeater control etc.
Would it be bad if I continue to work on "My old way" ? Can somebody give me advice?
Thanks in advance
1. I get recordset from database
2. I displey recordset values in textboxes
3. I update values in textboxes
4. I asign that values to recordset
5. I update Recordset to database
In ASP.NET 2.0 tutorials I don't see this kind of work. They use Gridview, Repeater control etc.
Would it be bad if I continue to work on "My old way" ? Can somebody give me advice?
Thanks in advance