a value that shows in select mode disappears in edit mode from a gridview column
- by Jbob Johan
i have a gridview(GridView1) with a few Bound Fields
first one is Date (ActivityDate) from a table named "tblTime"
i have managed to add one extra colum (manually), that is not bound that shows dayInWeek value
according to the "ActivityDate" field programtically in CodeBehind
but when i enter into Edit Mode , all Bound fields are showing their…