Tagged Questions
0
votes
2answers
152 views
Sorting a GridView based on weights in another database table
I have a GridView being populated from a non-SQL database that we use internally. One of those fields is a stockroom location. (Example: AAA, AAB, AAC, etc.)
In another database (SQL) I keep a list ...