G
Guest
I just read an interesting article on Data Sources in Visual Studio 2005
http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnvs05/html/newdtastvs05.asp
It was an eye opener on the new way of filling data into datasets!
The article says it is the same idea for WebForms as for WinForms.
But when I try to apply the same idea on a new Web project I get a bit
confused. My impression is that there are several differences, making it
harder to apply in WebForms ....
For a start I didn't find the Data Sources menu/window so I created a typed
dataset myself and configured it with relevant Fill and GetData methods.
In the WinForms example the idea was to drag resources from the Data Sources
window into the form and then all necessary objects were created on the fly.
Is it possible to handle it in a similar way in WebForms or should I go back
to the old style and do all coding manually?
http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnvs05/html/newdtastvs05.asp
It was an eye opener on the new way of filling data into datasets!
The article says it is the same idea for WebForms as for WinForms.
But when I try to apply the same idea on a new Web project I get a bit
confused. My impression is that there are several differences, making it
harder to apply in WebForms ....
For a start I didn't find the Data Sources menu/window so I created a typed
dataset myself and configured it with relevant Fill and GetData methods.
In the WinForms example the idea was to drag resources from the Data Sources
window into the form and then all necessary objects were created on the fly.
Is it possible to handle it in a similar way in WebForms or should I go back
to the old style and do all coding manually?