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:
01399165
Views:
55
This message has been marked as a message which has helped to the initial question of the thread.
>Paul,
>
>It stopped working :((((((((

Change this:
this.RecursiveClearTextBoxes(this.btnClear.Parent.Controls);
// to
Button button = (Button)sender;
this.RecursiveClearTextBoxes(button.Parent.Controls);
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform