protected void Button2_Click(object sender, EventArgs e)
{
//certificate
GridViewRow r1 = ((Button)sender).NamingContainer as GridViewRow;
Label lname=(Label)r1.FindControl("Label1");
Response.Redirect("~/upload/" + lname.Text);
}
<asp: GridView ID="GridView1" runat="server" AutoGenerateColumns="False" AllowPaging="T...
No comments:
Post a Comment