Hi,
I am getting an object reference error for the below mentioned highlighted line of code
On debugging i found out that neither the
Kindly let me know if there is a workaround for such an issue
Thanks and Regards,
Abhijit Narvekar
I am getting an object reference error for the below mentioned highlighted line of code
radFilter.RootGroup.Expressions.Clear();
radFilter.LoadSettings(Session[
"state"
].ToString());
radFilter.RecreateControl();
On debugging i found out that neither the
radFilter
is null and nor the value of Session[
"state"
]
is null. Still i get the object reference error, this happens only in certain scenarios which we are unable to understand. Since both the objects are not null i am assuming that when the control tries to implement load settings for radfilter, the LoadSettings method throws up an error.Kindly let me know if there is a workaround for such an issue
Thanks and Regards,
Abhijit Narvekar