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. Method not found: System.String System.Web.UI.WebControls.ListControl.get_SelectedValue

Method not found: System.String System.Web.UI.WebControls.ListControl.get_SelectedValue

Scheduled Pinned Locked Moved ASP.NET
csharpdotnetdesignsysadminhelp
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.
  • M Offline
    M Offline
    Martin 1
    wrote on last edited by
    #1

    I'm getting the following error when I post an aspx page and attempt to retrieve the values of web server listbox controls: "Method not found: System.String System.Web.UI.WebControls.ListControl.get_SelectedValue" Seems I can't grab the values of listbox web server controls (see http://www.benefitsonline.ca/Travel/British\_Columbia/Secure/BCTravel\_Daily\_App.aspx). Strange thing is, at another web host (and domain) the page works fine (http://www.iabc-health-insurance.ca/Travel/British\_Columbia/Secure/BCTravel\_Daily\_App.aspx). Any ideas? Possibly the .NET Framework is corrupt?

    A 1 Reply Last reply
    0
    • M Martin 1

      I'm getting the following error when I post an aspx page and attempt to retrieve the values of web server listbox controls: "Method not found: System.String System.Web.UI.WebControls.ListControl.get_SelectedValue" Seems I can't grab the values of listbox web server controls (see http://www.benefitsonline.ca/Travel/British\_Columbia/Secure/BCTravel\_Daily\_App.aspx). Strange thing is, at another web host (and domain) the page works fine (http://www.iabc-health-insurance.ca/Travel/British\_Columbia/Secure/BCTravel\_Daily\_App.aspx). Any ideas? Possibly the .NET Framework is corrupt?

      A Offline
      A Offline
      Andy Smith
      wrote on last edited by
      #2

      from the msdn docs for SelectedValue: "Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework. " which means that the host that it doesn't work on... is running .net 1.0.

      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