Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Update Not Bounded Fields
Message
From
09/01/2003 11:24:42
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00739818
Message ID:
00739825
Views:
28
Ahmad,

When you say "update", do you mean change the value of a column in a DataSet.Table or do you mean update the backend database table?

First one, just set your column equal to whatever:
ds.Tables[0].Rows["WhateverColumn"] = "Whatever"
Second one, when you update your backend database, any changed values in the DataSet will be sent to the backend.

Hope this answers your question ...

~~Bonnie

>Hi All,
>
>Is there a way to update a column(s) in the table not binded, while other columns in the same table are binded?
>
>BR
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform