K
kuhrty
Hello,
I have created a business class to separate the logic between the UI
and code. I have loaded a dataset called dept. Dept has a few columns
called dept, dept desc, family. I load only department in a drop down
box.
Later on the user get to choose the department and it load the data. I
am trying to create a method that with the drop down box changes it
grabs the department name from the data set. Do I need to
re-instantiate the class in order to run a filter on the dataset for
this information and set it using property.
I am new to alot of this and struggling. I may be proceeding the wrong
way but any advice for code would be helpful
I have created a business class to separate the logic between the UI
and code. I have loaded a dataset called dept. Dept has a few columns
called dept, dept desc, family. I load only department in a drop down
box.
Later on the user get to choose the department and it load the data. I
am trying to create a method that with the drop down box changes it
grabs the department name from the data set. Do I need to
re-instantiate the class in order to run a filter on the dataset for
this information and set it using property.
I am new to alot of this and struggling. I may be proceeding the wrong
way but any advice for code would be helpful