Which type of frontend desiging recomend by Microsoft
1:
Each Input form have a saperat from of searching
2:
We Define a General Window and when Input form Load we also load data in DataSet
Plz Tell me which type of FrontEnd is better in c#.Net
Printable View
Which type of frontend desiging recomend by Microsoft
1:
Each Input form have a saperat from of searching
2:
We Define a General Window and when Input form Load we also load data in DataSet
Plz Tell me which type of FrontEnd is better in c#.Net
If you're going to use the form only for inputting data, why do you need to fetch all the data from the database to the dataset? And design is always requirement dependent. Had your design points been related to same thing being done in 2 ways, somebody here could have attempted answering you. If I'm getting the picture wrong, add a little bit more of detail to explain your problem.
Thanks.