i have 2 template field columns time and total_time in a gridview..
time column has a label in the item template and a textbox in th edit item template..
similarly, total_time has a label in the item template and a textbox in the edit item templte..
what i need is, when the user enters a value in the time textbox,it must get updated in the total_time textbox.. and on edit,when the user changes the value of the time textbox ,dis value must be ADDED to the total_time textbox.. both should be displayed in the label also..
plzzz help asap!!
Deepak VermaPosted Dec 19, 2012, 5:49 AM
You need to manage the state of data source or fetch data after updating accordingly. Actually, it's just an example, you're searching for, not a final solution.
If you need more help, you need to upload your code with data source.
archana shenoyPosted Dec 18, 2012, 1:23 AM
archana shenoyPosted Dec 18, 2012, 1:18 AM
Deepak VermaPosted Dec 17, 2012, 6:28 AM
Download the attached code, It'll help you resolve this issue.