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. Asp.net version conversion problem

Asp.net version conversion problem

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netannouncement
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.
  • S Offline
    S Offline
    shanthi jothi
    wrote on last edited by
    #1

    hi, I am convert in my project asp 1.1 to 2.0. if i am change in my asp 2.0 project that is a have add in one button control Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click the error is has multiple definition with identical signtures. Please help me how i am add button in my project. Thank you,

    C 1 Reply Last reply
    0
    • S shanthi jothi

      hi, I am convert in my project asp 1.1 to 2.0. if i am change in my asp 2.0 project that is a have add in one button control Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click the error is has multiple definition with identical signtures. Please help me how i am add button in my project. Thank you,

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      why do you have a button called button1 ? Are you saying this code already existed, or that you;re adding it ? Did you check to see if you do have two methods with the same signature ? I assume the compiler is telling the truth. Search your whole project for that method, it's possible that where it lives changed between 1.1 and 2.0.

      Christian Graus Driven to the arms of OSX by Vista.

      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