Updating asp.net application with jquery ajax, having difficulty with storing session variables -
i have asp.net application updating use jquery ajax calls web service return json rather having gridview perform rendering.
the contents of grid controlled various radio buttons. presently application set perform postback when radio button changed, store selected value in session , rebind data grid.
the values held in session page 'remember' criteria used , reapply them if user navigates separate page in application , navigates grid.
i have amended use knockout js handle data binding , presentation. viewmodel calls asmx web service returns json needs displayed. far good.
i stuck set session variables - when jquery ajax call made web service web service has no current session can't store variables here.
i don't think jquery / javascript can save session variables i'm bit stuck.
anyone have ideas?
many thanks
chris
Comments
Post a Comment