Click here to Skip to main content
15,896,063 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...

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available Yes 13-Nov-10 16:29 Available Deeksha Shenoy
2 No 2-Nov-10 14:31 Composing
1 No 2-Nov-10 14:26 Composing

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