I have a RadGrid that I am using to get a couple of values from a stored procedure. There are always either no rows returned or one row returned. I need to get the values of those 2 cells IF there was a row returned and use them in a server-side C# method that was kicked off by another control. I have tried a bunch of different constructs and none of them works. The RadGrid is UserInfo and the 2 columns are UType and UKey. Both of the values are strings. Oh, the RadGrid is NOT visible. So how do I get the values back from the client side?
Alternately if I could find an example of how to call a stored proc from server side or client side and get the returned values I could do away with the RadGrid but I can't seem to get that to work either.
Thanks,
Joe B