Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
teedah1
Starting Member
10 Posts |
Posted - 2007-04-16 : 14:35:07
|
On my gridview, when i check "enable edit", it does not update the new information i typed in. why?my datakeyname is to a pirmary key field for that table.any ideas? thanks.teedah1 |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2007-04-16 : 14:50:02
|
How can we possibly help you if you don't provide us with any code or any specific information at all?- Jeffhttp://weblogs.sqlteam.com/JeffS |
|
|
ACushen
Starting Member
29 Posts |
Posted - 2007-04-26 : 13:57:51
|
Do you have an UPDATE statement in your DataSource? The GridView isn't magic, you still need to write the code to talk to the database..-Andrew |
|
|
|
|
|