Hi,

as the title says, How do I disable the select button text in a gridview after clicking it once? I want to click it once, then have the select cell area render an image (and the image not clickable or linking to anything).

Any ideas?

Hi,

as the title says, How do I disable the select button text in a gridview after clicking it once? I want to click it once, then have the select cell area render an image (and the image not clickable or linking to anything).

Any ideas?

turn the select column into a template field. In that template field you'll have a link button(that's the select button) and now you can add an image with visibility set to false. On selection set the linkbutton to visible=false and the image to true

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.