I have a imagebutton in a detailsview, which, when clicked, causes postback
and show or hide some of the rows. (Me.DetailsView1.Fields(4).Visible = true
or false) That's all it does.
In the same detailsview I have other controls : dropdownlist, checkbox and
textboxes etc., all of them are b...
more >>
Hi guys,
Just wondering if someone could help me.
I have a datagrid that displays client data A & B. If client data A is
displayed then i display an image and some data in the table in my
grid.
If client data b is displayed the image is not displayed and i display
slightly different data...
more >>