G
guyinkalamazoo3
Guest
Everything in my code is working and returning what I would like it to, but I would like the UI to display "Yes" or "No" instead of "True" or "False". Instead of writing a slew of if then statements, is there a way in VB to write something like
results.OwnershiInVendor ? "Yes" : "No"
or what might be the best way to handle this? There are twelve labels that are returning results from the linq query.
Thanks
Brad Allison
Continue reading...
results.OwnershiInVendor ? "Yes" : "No"
or what might be the best way to handle this? There are twelve labels that are returning results from the linq query.
Thanks
Brad Allison
Continue reading...