Okay I added this into pageload:
If Session("PendingClaims") = True Then
GridView2.Visible = True
GridView1.Visible = False
Else
GridView2.Visible = False
GridView1.Visible = True
End If
When I export to excel only this comes up in excel. Do I have the above code in the wrong section?
<style>.textmode{mso-number-format:\@;}</style> |