Hey Everyone,
I have hit a hard spot here.....I have no idea why this isn't working.
Code
NOTE: I have change some variable names for organizational purposes......
I don't know why this isn't working. It has worked for me in the past. Am i not calling a method I need to call. I know the GetDisplay() returns the right value. However, this isn't being displayed when the screen comes back up.
Any thoughts....
Thanks,
-zd
I have hit a hard spot here.....I have no idea why this isn't working.
Code
DataRowView dataItem = (DataRowView)commandEventArgs.Item.DataItem; |
int _value= Convert.ToInt32(dataItem.Row["valueToRetrieve"]); |
dataItem.Row[NUMBER] = GetDisplay(value); |
I don't know why this isn't working. It has worked for me in the past. Am i not calling a method I need to call. I know the GetDisplay() returns the right value. However, this isn't being displayed when the screen comes back up.
Any thoughts....
Thanks,
-zd