G
Guest
Hi, I'm new to ADO.NET. I'm have a very basic problem and trying to figure
out what is the best way to approach in .net. I just need to display some
fields of a table (read only), but I need to choose which fields to display
depending on the value of a field. Which one of the web controls and ADO
class is best fit to this purpose? (so, for example if columnA='a', display
coloum B C D, otherwise display column D E F...)
TIA.
out what is the best way to approach in .net. I just need to display some
fields of a table (read only), but I need to choose which fields to display
depending on the value of a field. Which one of the web controls and ADO
class is best fit to this purpose? (so, for example if columnA='a', display
coloum B C D, otherwise display column D E F...)
TIA.