Camillia
asked on
Simple question: hide a gridview BUT in javascript
I have 2 gridviews, on body onload, I want to hide one of them...
so <body onLoad="how Do I hide the gridview2 here"/>
dont want to use asp.net's visible...
so <body onLoad="how Do I hide the gridview2 here"/>
dont want to use asp.net's visible...
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
<body onload=hide()>
function hide(){ document.getElementById('s
or
function hide(){ document.getElementById('s