Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recursive clear
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01399152
Message ID:
01399173
Vues:
37
>>Paul,
>>
>>It stopped working :((((((((
>
>Change this:
>
>
>this.RecursiveClearTextBoxes(this.btnClear.Parent.Controls);
>// to
>Button button = (Button)sender;
>this.RecursiveClearTextBoxes(button.Parent.Controls);
>
Sorry, still doesn't work :( I see the button pressed, but my entry stays there :( Also I completely forgot how can I debug it. I press F5 but I can not see if it's running to the breakpoint, and I forgot what should I press to do step by step.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform