[MonoDevelop] Monodevelop: Database Programming

Christian Hoff christian_hoff at gmx.net
Thu Jun 11 05:58:17 EDT 2009


Do you want to use Gtk# or Winforms?

Assuming you want to use Gtk#: There is no dtabinding support in Gtk# 
itself. You could use Gtk.DataBindings from 
http://gtk-databind.sourceforge.net/, though I have no idea whether it 
works with Monodevelop v2. The alternative would be to write a custom 
tree model for DataViews(attached) which makes it possible to display 
the contents of a DataView in a Gtk.TreeView or a Gtk.ComboBox(see 
http://www.mail-archive.com/gtk-sharp-list@lists.ximian.com/msg03355.html).

Christian

Samuel Mukoti wrote:
> Hi,
>
> I'm looking for guidelinse for Database programming using MD.  or even 
> using VS 2008 then porting to Mono. 
>
> I need help biding controls/widgets on the design surface to a 
> dataset. Much like how VS 2003/5/8 behaves.  On Winforms you seem to 
> have a standard TextEdit control then a DBTextEdit control. 
>
> thank you.
>
> Sam
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>   

-------------- next part --------------
A non-text attachment was scrubbed...
Name: DataViewStore.cs
Type: text/x-csharp
Size: 12006 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20090611/31fd15f8/attachment-0001.bin 


More information about the Monodevelop-list mailing list