Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
ultragridRow.cells.fromkey("UserID").Text gives incorrect value.
posted

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......