Torna al Thread

Dim row As GridViewRow = GridView1.SelectedRow Dim testo As ImageButton = CType(row.Cells(4).FindControl("Imagebutton1"), ImageButton) row.Attributes.Add("onclick", ClientScript.GetPostBackEventReference(GridView1, "Select$" & row.RowIndex.ToString()))
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5