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);
}
HTML TABLE SCROLL BAR <style> .table-container { width: 100%; overflow-x: auto; /* Enables horizontal s...
No comments:
Post a Comment