I have a drop down which shows Top(6) months from the store proc.
I have a gridview, which shows datas for the current month which has some editable columns in it.
If need to see the dats from previous months, by selecting from drop down, i am those months corresponding data.
my question now is, those previous months should not be editable.
I tried doing gridview1.column(0).visible=false
but i need the edit column of gridview to go false.
Any help is really appreciated.
Thank YOU.