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);
}
Page 1: index.html <!DOCTYPE html> <html> <head> <title> Page 1 </title> </head> <body> ...
No comments:
Post a Comment