Hi,
I am creating pivot style grid. I can bind the data with row and column as well as dynamic text box control for each cell.
Rate field is text box and user can enter the data. I can create and bind the grid as follow. But when I read the data from each cells I got null referennce exception. Please let me know how do i get the data from control that dynamically created.
E.g
I am creating pivot style grid. I can bind the data with row and column as well as dynamic text box control for each cell.
Rate field is text box and user can enter the data. I can create and bind the grid as follow. But when I read the data from each cells I got null referennce exception. Please let me know how do i get the data from control that dynamically created.
E.g
|
SGD |
HKD |
USD |
2.0 |
2.5 |
AUD |
1.0 |
1.5 |