Hi guys,
I have a hidden column in ultra web grid called userid,
when i try to get the value in the hidden field like:-
UserID = Convert.ToInt32(ultraGridRow.Cells.FromKey("UserID").Text);
it gives me zero because ultragridRow.cells.fromkey("UserID") is null.when the value is actulally there.
Why is this?Plz help......
No Issues,
The problem was with my code,not with
Convert.ToInt32(ultraGridRow.Cells.FromKey("UserID").Text);