If your combobox or grid is based on a table, or lookup table, use the Order by attribute to specify the sort order.
<sq:DataSource runat="server" ID="DataSource1" QueryName="UACT1" EnableInsert="True" EnableUpdate="True"OrderBy="Field3" ></sq:DataSource>