Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to cleat gridview without page post back is it possible if it is means pls help me by giving sample code
JavaScript

Posted

1 solution

cleat gridview without page post back
Possible. Using Javascript, you can do the same. Try something like:
JavaScript
document.getElementById("gvTest").outerHTML = "";
 
Share this answer
 
Comments
VJ Reddy 2-May-12 10:20am    
My 5!
Sandeep Mewara 2-May-12 11:00am    
Thanks VJ.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900