scotr
Wed Aug 20 09:58:57 CDT 2003
Do you have a sample project showing what you are trying to do that you can send to me to take a look at?
Want to know more? Check out the MSDN Library at
http://msdn.microsoft.com or the Microsoft Knowledge Base at
http://support.microsoft.com
Scot Rose, MCSD
Microsoft Visual Basic Developer Support
Email : scotr@online.microsoft.com <Remove word online. from address>
This posting is provided ?AS IS?, with no warranties, and confers no rights.
--------------------
>From: "Srikanth" <bryn@nospam.bryn.com.au>
>Subject: DataBinding DataSet PrimaryKey
>Date: Wed, 20 Aug 2003 17:14:31 +1000
>Lines: 13
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <ODvz0quZDHA.2648@TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.windowsforms
>NNTP-Posting-Host: 65-58.dsl.connexus.net.au 203.222.65.58
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.windowsforms:50589
>X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
>
>Hi,
> I have a Strongly typed DataSet with a Primarykey which Iam binding
>to a textbox control on the windows form. In order to create a new row, iam
>creating a new Data row with dummy values. Up to now everything ok. But,
>once I change the primary key textbox value on the UI, the same is not
>reflected in the DataSet. I even tried EndCurrentEdit().
>
>How to reflect the change in the DataSet??
>
>Regards,
>Srikanth.
>
>
>