Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Database as follows using data grid view ;

S no int
Staff code varchar
staff name varchar
mobile varchar
Active char(1)

in this table 100 of records are there.table name schedule.

Design as follows;

Day Period staff name staff name staff name staff name staff name.

instead of staff name i get the staff name from the data base table and display in to the data grid view.

i want the output as

Day Period VRV RK Ck Mk PL GS CMK

The above name VRV RK Ck Mk PL GS CMK should be retrieve from the data base, table name is schedule.

from the schedule table i want to get the staff name and display in to the data grid view column.

please send the code.
Posted

1 solution

You can write SQL that renames the columns, or write your own grid view template that labels the headers any way you wish.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900