How can i keep a data table thorough out my page?

Posted by Jibu P C_Adoor on Stack Overflow See other posts from Stack Overflow or by Jibu P C_Adoor
Published on 2010-06-08T13:39:15Z Indexed on 2010/06/08 13:42 UTC
Read the original article Hit count: 182

Filed under:

Hii,

I have a data table, and this datatable will be dynamically manipulated. After certain manipulation at the end we will populate that to the database. Which state mechanism can i use for this to retain. I have tried both Session and ViewState but ViewState can't use with AJAX rich appplications. Session will be clear after the user session. i can't afford both these difficulties. Does any other mechanism to keep the datatable through out the page.

© Stack Overflow or respective owner

Related posts about ASP.NET