Click here to Skip to main content
16,008,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone!

i read and implemented the following tutorial!
(Editable GridView in ASP.NET 2.0[^])
But now I have a problem with updating the Data: Whenever i click "update" the Textboxes seem to be setback to their initial state and so nothing changes in my table, everything is just replaced by itself! Does anyone have any idea what I could have done wrong??
Tank you verymuch!!

Goldeneyeonline
Posted
Updated 22-Feb-10 9:44am
v2

I am verry sorry, i just klicked on his name, and then on "ask a question"... i recognized when the topic was opened, but anyway thanks for the advice
 
Share this answer
 
goldeneyeonline wrote:
Hello Ashrafur,

i read and implemented your great tutorial!
(Editable GridView in ASP.NET 2.0[^])


To be frank, when people post in a general questions forum, and ignore the forum provided under the article they are commenting on, it makes me question their attention to detail. I really don't know how the site could make it more obvious. The odds of the actual author seeing your post here are very low.
 
Share this answer
 
Thank you very much for the quick answer, but that didn't do it :-(
This seems to be my problem, so i implemented the "OnTextChanged"-function, but it is never called!? I tried debugging, but the program never reaches the "OnQtyChanged" function in the c# code!
Also, in the original tutorial this function is not user...

Any other ideas? :-)
 
Share this answer
 
v2
Have look DataGridDemo[^], particularly the section on Checkbexes and Textboxes
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900