Click here to Skip to main content
15,891,951 members

Comments by eleventy7 (Top 1 by date)

eleventy7 8-Dec-14 15:47pm View    
Thank you for the links. I'm able to create a new page with sorting based on the information found in those tutorials. However, I'm new to C#, and I still don't understand how to modify my existing code to include sorting. My existing page performs a search using a stored procedure in SQL, then prints the results of the search. To add sorting on the search results, can I do this within my existing "DisplaySearchResults" or do I need to add a new block of code for the OnSorting?