Este artigo foi traduzido por máquina. Para visualizar o arquivo em inglês, marque a caixa de seleção Inglês. Você também pode exibir o texto Em inglês em uma janela pop-up, movendo o ponteiro do mouse sobre o texto.
|
Tradução
Inglês
|
GridViewRowEventArgs Classe
Assembly: System.Web (em System.Web. dll)
<%@ Page language= %>
<!DOCTYPE html PUBLIC "-
"http:
<script runat=>
CustomersGridView_RowDataBound(Object sender, GridViewRowEventArgs e)
{
(e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Cells[1].Text = + e.Row.Cells[1].Text + ;
}
}
</script>
<html xmlns="http:
<head runat=>
<title>GridView RowDataBound Example</title>
</head>
<body>
<form id= runat=>
<h3>GridView RowDataBound Example</h3>
<asp:gridview id=
datasourceid=
autogeneratecolumns=
allowpaging=
onrowdatabound=
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=
connectionstring=
runat=>
</asp:sqldatasource>
</form>
</body>
</html>
- AspNetHostingPermission
Para operando em um ambiente hospedado. Exigem valor: LinkDemand; Permission value: Minimal. - AspNetHostingPermission
Para operando em um ambiente hospedado. Exigem valor: InheritanceDemand; Permission value: Minimal.