Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
536
How to pass/get querystrings/parameters across sync calls?
posted
Hi, I have a webpage with a kind of master and detail records. When the user selects a hpyerlink i do a asyn call using WebPanel wrapped inside WARP to get additional details. My question is how do I get the Querystring(Mater record ID) which was passed during initial page call in WebPanel_ExpandedStateChanging event? I dont want to make use of sessions. Thanks, Kiran
Parents
No Data
Reply
  • 24497
    posted

    Hi Kiran,

    I am not sure what you meant under "..Querystring..passed during WebPanel..event". I assume that you set that value to a property of another control or something like that. If you do not want to use Session, ViewState or similar, then you should add to WARP a hidden field, set that string to the value of that field and at any time you may get that value back (from Request.Form).

Children
No Data