PDA

View Full Version : ADO.NET in Mono



thinhhoangdinh95
September 9th, 2008, 07:19 AM
Hello readers.
I'm using MONO to develop my own Linux program in C#. I've got a problem that I couldn't use System.Data namespace because it wasn't available there, so I've no tool to display my data. Any help would be nice.:confused:

true_friend
September 10th, 2008, 04:45 PM
To know implementation of .Net in mono you can use official forums/mailing list (http://go-mono.com/forums/) for better support.

thinhhoangdinh95
September 11th, 2008, 06:43 AM
Well, thanks for helping, I'll try.

frankhevans
September 14th, 2008, 03:51 PM
I use system.data in mono/linux all the time.
What specifically is the problem?

thinhhoangdinh95
September 15th, 2008, 11:23 AM
The problem is I didn't see the Datagrid (or GridView) tool in Toolbox. So, I can't display the data on the grid. Do you know any tool like that?