J
Jeronimo Bertran
I want to be able to programatically read the value from a css stylesheet.
For example, I have a stylesheet with the following style defined:
..dayInactive
{
background-color:#D200D2;
}
And from a C# codebehind I want to be able to obtain the value for the
background-color.
Thanks
Jeronimo Bertran
For example, I have a stylesheet with the following style defined:
..dayInactive
{
background-color:#D200D2;
}
And from a C# codebehind I want to be able to obtain the value for the
background-color.
Thanks
Jeronimo Bertran