Hi.....
I am facing a problem in asp.net.
I have used a detailsview in asp page and a label. My condition is that if the rows of that detailsview is not visible then the label also should not be visible.
I have used SQLDatasource control to populate the detailsview and if any row contains a null value then the Row itself becomes invisible.
Now here if all the Rows is invisible then the label should also be invisible.
Can anyone help me with the c# code.....