Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Hi,
I have a page with search and clear buttons. When the search is clicked, there is a grid that gets populated. I need to clear the contents of the user input and the Grid when the clear button is clicked. Can you tell me how to clear the grid and its contents?
Thanks,
Janaki
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe you can do Grid1.Items.Clear().
Thanks!
|