You are storing custom Car objects in a data table whose DataView property displays a filtered list of Car objects, filtered on Make Of The Cars.If you change the make of one of the Car objects, you want to ensure that the filter will dynamically update.
What must you do to be assured that the filter will detect the change done to your custom Car object?

 Posted by Rajkatie on 8/12/2012 | Category: ADO.NET Interview questions | Views: 2962 | Points: 40
Select from following answers:
  1. Create a new Car object and assign it to the column value.
  2. Nothing, because this scenario works by default.
  3. Not possible
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Login to post response