how to store anonymous object in view state and fetch them.
For Example ViewState["demo"]=new{id=10,Name="DemoUser"};
and to store it in two variable like int Id,string Name.
Friends i have searched a lot no one told how to convert from ViewState to anonymous object.
Please Help me Friends.
Regards
Vimal Raj Kumar
Go to the complete details ...