Hi,
I need to customize .RadInput css on my content page.
I'm able to achieve what I want. But I also have a Radtextbox on my master page. when this page loads, master page's textbox also disappears. Is there some way I could restrict this modified css's efect to content page?
Thanks
Rajesh
I need to customize .RadInput css on my content page.
<style type="text/css">
.RadInput
{
display: none;
}
</style>
I'm able to achieve what I want. But I also have a Radtextbox on my master page. when this page loads, master page's textbox also disappears. Is there some way I could restrict this modified css's efect to content page?
Thanks
Rajesh