Welcome to Geekdojo Sign in | Join | Help

February 2004 - Posts

Property or Method ??

I needed a way to pass in a list of ids (that should be selected) to a control and also a way to retrieve the selected values only, so here is what I came up with Approach 1 public void SetSelectedAuthors(int[] authorsToBeSelected) {} public int[]
posted by richardhsu | 1 Comments
Filed Under: ,