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