Hi,
in my backed table column name is Emp_id but i want to show only Id in header in gridview control. so help me..........
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhimanyu K VatsaPosted Nov 5, 2012, 7:52 AM
divyaPosted Nov 3, 2012, 7:37 AM
you can use aliase name in select Query i.e used for binding the datagridview
for example "select Emp_id as [Id] ,Emp_Name from Emp";