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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Password clearing when page is submitted to server

Password clearing when page is submitted to server

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhelptutorial
2 Posts 2 Posters 0 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.
  • D Offline
    D Offline
    dharanighanta
    wrote on last edited by
    #1

    Hi all, In my registraion page,i have to get states list based on country selection,city list based on state selection.Whenver the page is post back the password field is cleared.We are using asp.net 2.0.how to implement ajax concept for dropdownlists?Please come out me from this problem?

    V 1 Reply Last reply
    0
    • D dharanighanta

      Hi all, In my registraion page,i have to get states list based on country selection,city list based on state selection.Whenver the page is post back the password field is cleared.We are using asp.net 2.0.how to implement ajax concept for dropdownlists?Please come out me from this problem?

      V Offline
      V Offline
      Venk259
      wrote on last edited by
      #2

      download the setup file for ajax from the site http://ajax.asp.net When you open the .net 2.0 you will see an additional section in the toolbar named Ajax Extensions. 1) Drap and drop the scriptmanager control to page 2) Drap and drop the updatepanel to the page 3) Add combo box inside the updatepanel, then write the coding, Now, only the control inside the updatepanel is refresh. so password field will not be clear. Note:- The web.config file has to be modified for making it to work using ajax, otherwise, the page will work normally i.e entire page is posted to server The sample web.config can be got from the website or from your local machine.

      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