I have implemented a custom viewstate provider from this article
http://www.codeproject.com/Articles/8001/ViewState-Provider-an-implementation-using-Provide
This is working fine with full postback but with partial postback (Ajax) it’s not working, Can some one please provide solution for this, Or guide me where this thing is going wrong I have no clue.
Finally I have solved this mess, Thanx to Aristos for giving me clue about the problem.
Here’s what I have done just change this method in SqlViewStateProvider.cs
Hope this could help some one else too struggling with same problem.