Saturday 10 March 2012

How to Hide any control using CSS, Just pass class as given below:


<style type ="text/css">
.hideit
{
display: none;
}
</style>

No comments:

Post a Comment