Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_Default' does not contain a definition for 'TextBox2' and n
Message
De
24/09/2009 22:31:22
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
_Default' does not contain a definition for 'TextBox2' and n
Versions des environnements
Environment:
C# 3.0
Network:
Windows 2003 Server
Database:
MySQL
Application:
Web
Divers
Thread ID:
01426054
Message ID:
01426054
Vues:
154
Dear All,

I am new to ASP.NET.. why I got below error message, when trying to get value of TextBox2

protected void Button1_Click(object sender, EventArgs e)
{
string muserpass = this.TextBox2.Text;
...
....
}

Error 9 '_Default' does not contain a definition for 'TextBox2' and no extension method 'TextBox2' accepting a first argument of type '_Default' could be found (are you missing a using directive or an assembly reference?) C:\Project\Learn\Learn10\Default.aspx.cs 25 33 Learn10


Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform