In web forms,, I could get grab a tag from the html file by using the following:
HtmlGenericControl divTemp = FindControl("divListView");
Then I could change css attributes of the tag.
How do I do that with core2?
In web forms,, I could get grab a tag from the html file by using the following:
HtmlGenericControl divTemp = FindControl("divListView");
Then I could change css attributes of the tag.
How do I do that with core2?