' Find a control in a hierarchy of controls' Example:' Dim txtCtl As Control = FindControlRecursive(DataGrid1, "FirstNameTextBox")Function FindControlRecursive(ByVal ctrl As Control, _ ByVal id As String) As Control ' Exit if this is the control we're looking for. If ctrl.ID = id Then Return ctrl ' Else, look in the hiearchy. Dim childCtrl As Control For Each childCtrl In ctrl.Controls Dim resCtrl As Control = FindControlRecursive(childCtrl, id) ' Exit if we've found the result If Not resCtrl Is Nothing Then Return resCtrl NextEnd Function' Note: This code is taken from Francesco Balena's' "Programming Microsoft Visual Basic .NET" - MS Press 2002, ISBN 0735613753' You can read a free chapter of the book at ' http://www.vb2themax.com/HtmlDoc.asp?Table=Books&ID=101000


GM Creates Open Source uProtocol and Invites Automakers to Adopt It: Revolutionizing Automotive Software Development.
General Motors (GM) recently announced its entry into the Eclipse Foundation. The Eclipse Foundation is a prominent open-source software foundation. In addition, GMC announced its contribution of “uProtocol” to facilitate