Integrated Application Platform › Forums › General › Sort information from BrowseControl › Re: Re: Sort information from BrowseControl
November 23, 2011 at 3:17 pm
#906
Moderator
To get and set the sort column try using the GetSortCol and SetSortCol methods. The thing with BrowseControl is that it has a Default method that redirects any unhandled methods to ListControl. So, you have to check ListControl as well if you’re looking for available BrowseControl methods.