css
#classname{
do something
}
<a href="" id="classname"></a>
when we use this working.
but we want to use this id selector in the server side controls.
Is it possible to use this id selector in the server side controls?
...
Go to the complete details ...