Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: ques: what does a dataset returns ? Pin
ashu.singh21-Nov-06 19:53
ashu.singh21-Nov-06 19:53 
GeneralRe: ques: what does a dataset returns ? Pin
Christian Graus21-Nov-06 20:03
protectorChristian Graus21-Nov-06 20:03 
AnswerRe: ques: what does a dataset returns ? Pin
Nidhi.s21-Nov-06 3:19
Nidhi.s21-Nov-06 3:19 
GeneralRe: ques: what does a dataset returns ? Pin
ashu.singh21-Nov-06 19:27
ashu.singh21-Nov-06 19:27 
Questionhow can we bind datagrid with custom collection Pin
333soori20-Nov-06 22:40
333soori20-Nov-06 22:40 
AnswerRe: how can we bind datagrid with custom collection Pin
Christian Graus20-Nov-06 22:58
protectorChristian Graus20-Nov-06 22:58 
GeneralRe: how can we bind datagrid with custom collection Pin
333soori20-Nov-06 23:34
333soori20-Nov-06 23:34 
GeneralRe: how can we bind datagrid with custom collection Pin
A T I F21-Nov-06 2:57
A T I F21-Nov-06 2:57 
Although the question is very vague on what you want to do let see if this helps.

You can create a custom collection by implementing IList, IEnumerable etc interfaces or extending a CollectionBase class to store whatever object you want to specialize to.

In order to sent a Custom Collection to a DataGrid it should be one of the following

A DataTable
A DataView
A DataSet
A DataViewManager
Any component that implements the IListSource interface
Any component that implements the IList interface

CustomCollection implements IList interface so it will work as a DataSource to DataGrid. Hope this helps.


QuestionConverting image to Base64? Pin
Support12320-Nov-06 22:14
Support12320-Nov-06 22:14 
AnswerRe: Converting image to Base64? Pin
Guffa20-Nov-06 23:44
Guffa20-Nov-06 23:44 
GeneralRe: Converting image to Base64? Pin
Support12321-Nov-06 0:02
Support12321-Nov-06 0:02 
GeneralRe: Converting image to Base64? Pin
Guffa21-Nov-06 0:31
Guffa21-Nov-06 0:31 
GeneralRe: Converting image to Base64? Pin
Support12323-Nov-06 3:48
Support12323-Nov-06 3:48 
AnswerRe: Converting image to Base64? Pin
Guffa23-Nov-06 7:59
Guffa23-Nov-06 7:59 
GeneralRe: Converting image to Base64? Pin
Support12323-Nov-06 20:23
Support12323-Nov-06 20:23 
GeneralRe: Converting image to Base64? Pin
Support12324-Nov-06 0:42
Support12324-Nov-06 0:42 
QuestionEmail Pin
daniel9920-Nov-06 21:51
daniel9920-Nov-06 21:51 
AnswerRe: Email Pin
Christian Graus20-Nov-06 21:54
protectorChristian Graus20-Nov-06 21:54 
AnswerRe: Email Pin
lost in transition 21-Nov-06 4:42
lost in transition 21-Nov-06 4:42 
Question3D in c# Pin
amin saffari20-Nov-06 21:16
amin saffari20-Nov-06 21:16 
AnswerRe: 3D in c# Pin
Christian Graus20-Nov-06 21:55
protectorChristian Graus20-Nov-06 21:55 
GeneralRe: 3D in c# Pin
lmoelleb20-Nov-06 22:38
lmoelleb20-Nov-06 22:38 
GeneralRe: 3D in c# Pin
amin saffari20-Nov-06 23:38
amin saffari20-Nov-06 23:38 
AnswerRe: 3D in c# Pin
klanglieferant20-Nov-06 23:54
klanglieferant20-Nov-06 23:54 
QuestionHow can we disable individual nodes in a treeview in .Net? Pin
TinyTin20-Nov-06 21:01
TinyTin20-Nov-06 21:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.