VB.NET DataSet
Can I create multiple DateSets from a single database table in VB.NET? I am building different user interfaces where each user interface (Form) will display a different data. What is the best way to do this?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Karthikeyan AnbarasanPosted Apr 8, 2011, 3:35 AM
Martin van EerdePosted Mar 21, 2011, 9:21 AM
Are your views displaying different data, or just a different view of the same data.
I think you need to have a look at the Model View Controller pattern, although this pattern is mostly implemented in web applications it is applicable for all types of development
http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
http://msdn.microsoft.com/en-us/library/ff649643.aspx