C
craigkenisston
Im trying to make an application using all the out of the box stuff for
data displaying. Using (or trying to) use a BLL and DLL.
Now, in my database, the tables and columns have names like these:
Table TBL01_PRODUCT
Col PRD_CODE
Col PRD_NAME
etc, etc
What I mean, they are cryptic, not friendly names.
Now when I use the DetailsView or the FormView I get those ugly names
being displayed by default.
Where is the proper place to go and manually rename these column names
to something friendly?
Seems all wires are magically connected and can't find a place to do
this manipulation.
TIA
data displaying. Using (or trying to) use a BLL and DLL.
Now, in my database, the tables and columns have names like these:
Table TBL01_PRODUCT
Col PRD_CODE
Col PRD_NAME
etc, etc
What I mean, they are cryptic, not friendly names.
Now when I use the DetailsView or the FormView I get those ugly names
being displayed by default.
Where is the proper place to go and manually rename these column names
to something friendly?
Seems all wires are magically connected and can't find a place to do
this manipulation.
TIA