Ehaa, thanks so much i'm waiting for this awnser for 3 days now
i was looking for this frase
int val
in Enum.GetValues (HtmlTextWriterAttribute))
Why i didn't find the solution in the framework or on msdn is they dont "serve" type based searching, nop instead object and class browser which force you to go in deep to get the actual solution, waaaaay to much information for me.
thing like the Enum Getvalues(Collection), would have figured that out on my own, and why, don't know i was searching for somehting more like
foreach(int val in HtmlTextWriterAttribute.GetKeys()){} or something like that.
Galo
Member
166 Points
50 Posts
Re: User Controls IEnumerator on HtmlTextWriterAttribute Constants
May 08, 2006 06:36 AM|LINK
Ehaa, thanks so much i'm waiting for this awnser for 3 days now
i was looking for this frase
int val in Enum.GetValues (HtmlTextWriterAttribute))
Why i didn't find the solution in the framework or on msdn is they dont "serve" type based searching, nop instead object and class browser which force you to go in deep to get the actual solution, waaaaay to much information for me.
thing like the Enum Getvalues(Collection), would have figured that out on my own, and why, don't know i was searching for somehting more like
foreach(int val in HtmlTextWriterAttribute.GetKeys()){} or something like that.
Cheers,
Galo