Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
var Query = from T_Emp in PasdarBank.T_Employes
                                      select T_Emp;
dataGridView1.DataSource = Query;

want use Aliasing Name in GridView
Posted
Updated 21-May-13 9:32am
v2
Comments
Richard C Bishop 21-May-13 14:53pm    
I found this:

http://social.msdn.microsoft.com/Forums/en-US/linqprojectgeneral/thread/9746bcb3-fbf0-4867-bca5-451b68c99787/

Not sure if it will help you though.

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