Re: Binding to a related column
From: Ritesh Jain via DotNetMonster.com (forum_at_DotNetMonster.com)
Date: 12/16/04
- Previous message: Ritesh Jain via DotNetMonster.com: "Re: failure of combobox to bind to DBNull"
- In reply to: Oleg Ogurok: "Binding to a related column"
- Next in thread: Nicolas L.: "Re: Binding to a related column"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Dec 2004 15:54:56 GMT
Hi ,
In ur User Table add one more DataColumn and Use Table.column("New Col").Expression="First Name + LastName"
and than bind ur datagird with new NEw column.
i hope this is what u want..........
Ritesh
-- Message posted via http://www.dotnetmonster.com
- Previous message: Ritesh Jain via DotNetMonster.com: "Re: failure of combobox to bind to DBNull"
- In reply to: Oleg Ogurok: "Binding to a related column"
- Next in thread: Nicolas L.: "Re: Binding to a related column"
- Messages sorted by: [ date ] [ thread ]
Loading