Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

here i used to do sorting and paging of a datagridusing viewstate.That is i have stored my dataset in one viewstate and where datagrid sortcommand is fired i used to sort my datagrid with my already stored view state.Now i am reloding my datagrid using javascript by pagemethod,so that i can able to fire my server side code from client side code here i can able to reload my grid but while take data from dataset i am trying to assing that dataset to that existing viewstate but still i can not able to assign a dataset to viewstate Inside shared method OR function,so pls help me to resolve this problem

Thanks in advance

MOHANLAL
Posted

1 solution

finally i found one solution that is use "session" instead "Viewstate" we can able to reset session values from shared method also...

Thanks and Regards

MOHANLAL
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900