DetailsView and database help
-
Gday everyone, I have a new problem that I need some expert help. I have a DetailsView to display a data table pulling from SQL Server database at runtime. My method returns the whole table of the user depending on user name and password when they login. How can I select and display some fields only? How can I change the field name because they don't look good on display? Please help. I greatly appreciate it.
eric
-
Gday everyone, I have a new problem that I need some expert help. I have a DetailsView to display a data table pulling from SQL Server database at runtime. My method returns the whole table of the user depending on user name and password when they login. How can I select and display some fields only? How can I change the field name because they don't look good on display? Please help. I greatly appreciate it.
eric
Hi I have one idea..about your query.... for selected colums just use condition like where or filters... and you want field name in good way am i ? then in query use AS key word like select uid as UserId from emptable. This is best of my knowledge.I feel happy if it makes any favour to you
Suresh.R
-
Hi I have one idea..about your query.... for selected colums just use condition like where or filters... and you want field name in good way am i ? then in query use AS key word like select uid as UserId from emptable. This is best of my knowledge.I feel happy if it makes any favour to you
Suresh.R