Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi frens, how can i remove the column of selectedindex change which is in the front of the gridview, if it does not have to select any value.... and how can i make grid view look better in c# just like in asp.net gridview appearances......please help
with regards bishnu
Posted

You can style your GridView using CSS - ASP.NET GridView makeover using CSS[^] is a good article.
 
Share this answer
 
Hi !
You can remove selectedindex Changed using a small changes in property of Grid view. You just change value of <pre lang="c#"><b><u>AutoGenerateColumn value = False</b> </u> </pre> .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900