Click here to Skip to main content
15,893,486 members
Articles / Web Development / ASP.NET

Disable Child Controls Recursively

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
13 Nov 2010CPOL 6.2K   2  
Alternative For VB.NET Windows Forms Private Sub ControlEnabled(ByVal ctrl As Control, ByVal isDisable As Boolean) Me.ControlEnabled(ctrl, isDisable, True) End Sub Private Sub ControlEnabled(ByVal ctrl As Control, ByVal isDisable As Boolean, ByVal allowRecurse As...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Egypt Egypt
Oil & Gas Engineer
C# & VB.net
Coding For Fun Only

Comments and Discussions