I've been reading and learning a ton of stuff on this ASP.NET world. I understand the page life cycle and how classes work in the web world. ViewState rocks but don't overuse it. Sessions do too.
I wanted an opinion on this please.
Microsoft hypes the SqlDataControl and the DataView a lot but is it used in the professional world as much as we think?
I started out using it and it works out of the box for simple projects but is it worth learning another method?
When I was doing VB applications (non web) I used to read the database to the screen then read the screen and wrote it back to the database with code.
Is this used in the web world?
Thanks a bunch!
~G
I wanted an opinion on this please.
Microsoft hypes the SqlDataControl and the DataView a lot but is it used in the professional world as much as we think?
I started out using it and it works out of the box for simple projects but is it worth learning another method?
When I was doing VB applications (non web) I used to read the database to the screen then read the screen and wrote it back to the database with code.
Is this used in the web world?
Thanks a bunch!
~G