How to store values at client side

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsreenathreddy
    New Member
    • Oct 2007
    • 40

    #1

    How to store values at client side

    hi!

    I would like to store the values at the client side these values should be added to grid when we say add, and whole data should be sent only once. When we say Submit.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Post your code.

    You can store values on the client-side using cookies, but I don't think that's what you mean.

    Comment

    • gsreenathreddy
      New Member
      • Oct 2007
      • 40

      #3
      Tell me whether it is possible to values client browser

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        If you're not leaving the page before submit, there's no need to store the values in cookies.

        Post your code so we can understand the problem a little better.

        Comment

        Working...