P
pbd22
I have a gridview with only
<column>
</column>
inside it. Everything gets filled dynamically.
When the user logs out, I want everything inside the Gridview's
<column> tags cleared out.
How do I clear the column tags inside the gridview tags on logout?
I am using ASP.NET 2.0/C#
Thanks.
<column>
</column>
inside it. Everything gets filled dynamically.
When the user logs out, I want everything inside the Gridview's
<column> tags cleared out.
How do I clear the column tags inside the gridview tags on logout?
I am using ASP.NET 2.0/C#
Thanks.