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:
00707615
Views:
21
Cool. What would be the enumeration model. The [for each ... Next] I had below does NOT go through all the controls. :) And what Imports do I use to get access to .AT() as it does not seem to be a default. It looks as if MyFunctions is a UDC (user defined class)

Thanks again,

>
>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,
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform