So I've got this large dataset...call it t_Data, it's pretty easy to cut it up with a where condition in LINQ, but I want to be able to interrogate another dataset....call it q_Category (which ...
I have to output a converted field where the field is the difference between 1000 and the field, but need it to display leading zero's, so that (1000-seqno of 998) = 002 instead of just 2.<BR><BR>I'm ...