I have a gridview. I want to make each row of GridView to be editable for Admin and non editable for other users.
Help me with asp.net c# code.
PLease provide .aspx and .cs code files if possible.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 20, 2012, 7:36 AM
using ItemTemplate (EditItemTemplate) you can acheivethe same.
Please Refer
http://www.codeproject.com/Articles/23471/Editable-GridView-in-ASP-NET-2-0
http://wiki.asp.net/page.aspx/1360/add-edit-update-delete-gridview/
hope this will help you.