Read-only auto generated column in grid view
ASP.NET
2
Posts
1
Posters
0
Views
1
Watching
-
Hi How can I make a auto generated column read-only. Means when I click the edit button some column data should appear as it is. It should not change to edit mode. As we are making a column read-only in window app. Is it possible in web app? Thanks & Regards Smruti Smruti
-
Hi How can I make a auto generated column read-only. Means when I click the edit button some column data should appear as it is. It should not change to edit mode. As we are making a column read-only in window app. Is it possible in web app? Thanks & Regards Smruti Smruti
Hi all I got the answer. By setting the DataKeyNames we can make a auto genereted column read only.