K
Keith G Hicks
I have a sql field called Status (which can be 1, 2, 3 or 4)
In a details view ItemTemplate I'd like the bound label to show "Open" for
1, "Closed" for 2, etc. I figure I can do this with the databinding string.
Bind("status", "<format stuff here>")
Not sure how to do that or if this is even the best way. What should I do?
Thanks,
Keith
In a details view ItemTemplate I'd like the bound label to show "Open" for
1, "Closed" for 2, etc. I figure I can do this with the databinding string.
Bind("status", "<format stuff here>")
Not sure how to do that or if this is even the best way. What should I do?
Thanks,
Keith