Hi,
In my code. I m having Div tag with the type = "hidden". I just dont want to show the div. Only if needed i will make it to show By JQuery Show() .
But still my div is not hidden from the view. Please suggest me.
Edit Now i make the DIv as hidden by using
<div style="visibility:hidden" >XYZ</div>
If i need to show it again ..How can i do this....