Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enumerate controls
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00705640
Message ID:
00707482
Views:
27
Try this...
if(MyFunctions.At("dropdownlist",loControl.GetType().ToString().ToLower()) > 0)
{
//It's a dropdown...
}
MyFunctions.At works just like Foxpro's At().

>how do I enumerate controls on a webform?
>
>'' What doesn't work;
>dim ctl as control
>for each ctl in ?webform?
>    if (type of ctl is textbox) then
>        'do something with textboxes
>    end if
>    if (type of ctl is blah) then
>        'do something with blah etc
>    end if
>next
>
>
>Thanks in advance,
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform