G
Guest
Hi
I've written a class (in C#) which collects data from a remote server
Now, I'd like to make that data accesible from ASP.NET
My thought is to somehow bind my class to the DataGrid control.
I think that can be done by creating an adapter which adapts
my class, and then bind the adapter to the DataGrid
But, since I'm new to ASP.NET I don't know if I'm on the right track an
I don't know where to start..
Have any of you guys done or read something that does this
/To
PS. I do not wan't to save the collected data in a database or
xml-file. I'd like to make this adaptation in-memory only
I've written a class (in C#) which collects data from a remote server
Now, I'd like to make that data accesible from ASP.NET
My thought is to somehow bind my class to the DataGrid control.
I think that can be done by creating an adapter which adapts
my class, and then bind the adapter to the DataGrid
But, since I'm new to ASP.NET I don't know if I'm on the right track an
I don't know where to start..
Have any of you guys done or read something that does this
/To
PS. I do not wan't to save the collected data in a database or
xml-file. I'd like to make this adaptation in-memory only