PC Review


Reply
Thread Tools Rate Thread

DataGrid.DataSource

 
 
Angel Montesinos
Guest
Posts: n/a
 
      2nd Mar 2004
With the full .NET Framework we could bind a DataGrid with a dataset
relation:

dataGrid1.DataSource = ds;
dataGrid1.DataMember = "myTable.myRelation";

How could I do it in .NET CF?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGrid X DataSource Brahm Microsoft VB .NET 2 28th Jun 2006 05:38 PM
How do you map DataGrid rows to it's DataSource when sorting a DataGrid? aualias Microsoft Dot NET Framework Forms 2 13th Sep 2005 06:09 PM
Asp.net DataGrid with more than 1 datasource Jimmy Microsoft ASP .NET 2 14th Jun 2005 01:36 PM
DataGrid ItemStyle is a textbox and doesn't update the datagrid datasource matthew schouppe Microsoft ASP .NET 3 30th Apr 2004 04:02 PM
cast datagrid.datasource to dataset (datasource is table) newsgroper@yahoo.com Microsoft Dot NET Framework Forms 1 4th Jul 2003 04:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:00 AM.