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);
}
JavaScript getElementById() with HTML Control – Simple Example with Result What is getElementById() ? getElementById() is a JavaScript...
No comments:
Post a Comment