Please do convert the following VB code to C# Dim Ctl as Control
For each Ctl in Me.Controls
if typeof Ctl is Textbox then
Ctl.text = "Hello"
end if
Next
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Microsofts_C_Sharp/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
