Bindingsource c#

  • Thread starter Thread starter Mark Huisinga
  • Start date Start date
M

Mark Huisinga

Hi there,

are there any good reference examples for using a bindingsource object ? I
new to ado.net and trying to create a simple maintenance app on an sql
mobile database.

I created a datasource and then dragged a table onto my form (Detail mode).
Where to go from there ?

thanx in advance.
 
Mark,

Depends, I am not common the with mobile database, therefore I don't know
if it is the same..

If it is for a workstation, than you can do a lot without writting one
character of code.
(Does not matter if it is not writting VBNet or not writting C#).

It depends however what you want, and how sophisticated it has to be.

By the way, for mobile is the newsgroup
microsoft.public.dotnet.framework.compactframework

mostly a much better place to get information for mobiles.

While you are of course welcome here as often and every question that you
want.

Cor
 
Hi Mark,

Here are some good sampels of how to use the BindingSource component.

http://msdn2.microsoft.com/en-us/baya8sx4.aspx

http://msdn2.microsoft.com/en-us/library/801dxw2t.aspx

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top