Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to store information input by user in a Textbox through cookies/javascript/Ajax in and displayed it in a Listbox when onfocus() event of Textbox?

How to store information input by user in a Textbox through cookies/javascript/Ajax in and displayed it in a Listbox when onfocus() event of Textbox?

Scheduled Pinned Locked Moved ASP.NET
javascripthelptutorialquestion
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vishnu Narayan Mishra
    wrote on last edited by
    #1

    How to store information input by user in a Textbox through cookies/javascript/Ajax in and displayed it in a Listbox when onfocus() event of Textbox? Hi all, I am phrasing my problem in new way.... becoz there is a confusion in this article... basically I have to save last ten URL address / or you can say any last ten text input by the user in a text box..in cookies, and when user want to type again, last ten URL address / or any input supplied by the user is displayed in listbox type of control.. on textbox foucs event

    Vishnu Narayan Mishra Software Engineer

    Y 1 Reply Last reply
    0
    • V Vishnu Narayan Mishra

      How to store information input by user in a Textbox through cookies/javascript/Ajax in and displayed it in a Listbox when onfocus() event of Textbox? Hi all, I am phrasing my problem in new way.... becoz there is a confusion in this article... basically I have to save last ten URL address / or you can say any last ten text input by the user in a text box..in cookies, and when user want to type again, last ten URL address / or any input supplied by the user is displayed in listbox type of control.. on textbox foucs event

      Vishnu Narayan Mishra Software Engineer

      Y Offline
      Y Offline
      yogesh_kumar_agarwal
      wrote on last edited by
      #2

      use the HTTPCokkies class to add a new cokkie HttpCookie abc=new HttpCookie(,) this will add a new cokkie Now to display the value of cokkies use Request.Cookies[].toString() Hope this will helo you Yogesh Agarwal

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups