In a gridview, I have used AutoGenerateSelectButton. The page behaves exactly the way I want, but I would like to change the 'Select' button to a button style. Is there a way to do that? If yes, what is the code snippet.
TIA,
Michael
In a gridview, I have used AutoGenerateSelectButton. The page behaves exactly the way I want, but I would like to change the 'Select' button to a button style. Is there a way to do that? If yes, what is the code snippet.
TIA,
Michael
You are doing this in ASP.NET right?
After Selecting enable Selection, goto Edit Columns from the Smart tag of the GridView.
Under the Selected Fields, you should see the field named 'Select'.
Under its Command field properties, goto -> Appearance -> Button Type -> Button
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.