This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用 C# ASP.NET 和 Visual Studio 2008 创建一个网页。我想在我的网页上使用GridView. 每当用户可以时,他/她可以编辑记录GridView(我已经使用编辑、更新、取消选项进行了此操作)但我想在GridView名为“关闭”的另一个按钮中放置另一个按钮,用户可以通过该按钮将该特定记录设为“非可编辑”。单击Gridview该记录上的关闭按钮后,将被锁定,以后任何人都无法编辑该记录。