DataBinding DataSet PrimaryKey

S

Srikanth

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.
 
S

Scot Rose [MSFT]

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 : (e-mail address removed) <Remove word online. from address>

This posting is provided “AS IS”, with no warranties, and confers no rights.




--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top