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. ASP.NET Text Box

ASP.NET Text Box

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasequestion
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.
  • N Offline
    N Offline
    NiteShade
    wrote on last edited by
    #1

    I am having trouble with the ASP.Net textbox. First I'm adding text from database, and when I run the page, in spite of changing it, the value returned is always the one given by the database. why is this? Thanks Andrew

    D 1 Reply Last reply
    0
    • N NiteShade

      I am having trouble with the ASP.Net textbox. First I'm adding text from database, and when I run the page, in spite of changing it, the value returned is always the one given by the database. why is this? Thanks Andrew

      D Offline
      D Offline
      Danny Rodriguez
      wrote on last edited by
      #2

      well it appears that you are reloading from the database the same value again from the pageload method of the page objec.t you might want to check to see if you added in the pageload method a mechanism checking for postback. example ... PageLoad( .. ) { if( Page.IsPostBack ) { // save data from textboxs to database and load them into the // page controls } else { // load initial values of the controls on the page } } ... Danny!

      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