|
Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
|
Tradução
Original
|
GridView.AutoGenerateEditButton Propriedade
Assembly: System.Web (em System.Web. dll)
Valor da propriedade
Tipo: System.Boolean Observação: |
|---|
Observação: |
|---|
<%@ Page language= %>
<!DOCTYPE html PUBLIC "-
"http:
<html xmlns="http:
<head runat=>
<title>GridView Edit Example</title>
</head>
<body>
<form id= runat=>
<h3>GridView Edit Example</h3>
<!-- The GridView control automatically sets the columns -->
<!-- specified the datakeynames property read-only. -->
<!-- No input controls are rendered these columns -->
<!-- edit mode. -->
<asp:gridview id=
datasourceid=
autogeneratecolumns=
autogeneratedeletebutton=
autogenerateeditbutton=
datakeynames=
runat=>
</asp:gridview>
<!-- This example uses Microsoft SQL Server and connects -->
<!-- to the Northwind sample database. Use an ASP.NET -->
<!-- expression to retrieve the connection string value -->
<!-- the Web.config file. -->
<asp:sqldatasource id=
selectcommand=
updatecommand=
deletecommand=
connectionstring=
runat=>
</asp:sqldatasource>
</form>
</body>
</html>
Observação: