Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursive clear
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01399152
Message ID:
01399173
Views:
36
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform