You must Sign In to post a response.
  • Category: JQuery

    How to apply caching in jquery

    Hiiiii
    i have a requirement like when user selects any item in dropdown then that particular itel value should be in cache ,when page is loading if the cache is not null have to display to the user
    please provide sample code
  • #757281
    Hi
    why use this Cache use session thats better.

    <asp:DropDownList ID="Drp1" runat ="server"></asp:DropDownList>

    Cache.Insert("testitem", Drp1.SelectedValue, null);


    Refer this url
    http://www.tutorialspoint.com/asp.net/asp.net_data_caching.htm

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #757282
    Hiiii
    i am doing this task in asp.net mvc with jquery


  • Sign In to post your comments