J
Jeff
Hi
asp.net 3.5
I have this code:
HtmlGenericControl div =
(HtmlGenericControl)Page.FindControl("divCalendar");
I didn't find any better class to use than a HtmlGenericControl, but isn't
there a better class?
In addition I'm trying to rewrite a javascript over to c#:
if (div.style.display == "none") <<< javascript
Not sure how to convert that if test to c# as I don't find any display
property in the Style property of the HtmlGenericControl.
any suggestions?
asp.net 3.5
I have this code:
HtmlGenericControl div =
(HtmlGenericControl)Page.FindControl("divCalendar");
I didn't find any better class to use than a HtmlGenericControl, but isn't
there a better class?
In addition I'm trying to rewrite a javascript over to c#:
if (div.style.display == "none") <<< javascript
Not sure how to convert that if test to c# as I don't find any display
property in the Style property of the HtmlGenericControl.
any suggestions?