Reply to comment

trying to find a way to pass 'field' DESC to parameter sSortType

I am trying to find a way to pass 'field' DESC to the parameter sSortType below:

public List SelectAllList(string sSortType, int iBeginRowIndex, int iMaximumRows)

Any ideas?

Reply