Hi all,
I am facing a problem with databinding in a gridview. Im converting an XML result into a dataset and then databind the table to a gridview.
gvResults.DataSource = DSjoinTable.Tables["DOCUMENT"].DefaultView;
gvResults.DataBind();
To show the column values in the gridview I use:
<%#...
I have an excel sheet with an pivottable.
I want to make some code that sets the pivotitems visible, but it wont work!! I get an error message about ; unable to set the visible property..
Visible= false works fine! This is the code:
Sheets("C-omzet clusters").Select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.