hi,
Hi, Currently I have a grid view to display data, in the gridview, i have a templatecolumn (textbox1).
Initially I set the textbox1 readonly=true.
when user click edit, my gridview switch to edit mode, how can use CODE BEHIND to programmaticall y set this control to readonly=false?
how can we find gridview control in code behind? i does have a id, my textbox id is textbox1.
and another, how can i retrieve row cell value in onRowDataBound?
let say my data have 3 row
1 youandme address1
2 you andhe address2
3 jenny address3
how can i get the column 2 value in onRowDataBound?
Hi, Currently I have a grid view to display data, in the gridview, i have a templatecolumn (textbox1).
Initially I set the textbox1 readonly=true.
when user click edit, my gridview switch to edit mode, how can use CODE BEHIND to programmaticall y set this control to readonly=false?
how can we find gridview control in code behind? i does have a id, my textbox id is textbox1.
and another, how can i retrieve row cell value in onRowDataBound?
let say my data have 3 row
1 youandme address1
2 you andhe address2
3 jenny address3
how can i get the column 2 value in onRowDataBound?
Comment