else
{
bomb_ava.Text = "<img id=\"bomb_photo\" src=\"/img/players/default.jpg\" height=\"80px\" />";
}
}
else
{
bomb_name.Text = "Игрок не найден";
}
GridView2 = new GridView();
}
}
private void snip()
{
if (table_snip.Visible == true)
{
PowerPlayUserProvider.getReportOfPlayerByParams(team, "g", "C,RW,LW,OD,DD", GridView2, "khl20122013_1");
if (GridView2.Rows.Count > 0)
{
snip_name.Text = GridView2.Rows[0].Cells[1].Text;
snip_ind.Text = "<a style=\"font-size:33px\">" + GridView2.Rows[0].Cells[4].Text + "</a>";
snip_pos.Text = "В лиге: " + GridView2.Rows[0].Cells[0].Text;
PowerPlayUserProvider.getPlayerByNameOrAll(GridView2, GridView2.Rows[0].Cells[1].Text);
if (GridView2.Rows[0].Cells[5].Text != null && GridView2.Rows[0].Cells[5].Text != "" && GridView2.Rows[0].Cells[5].Text != " ")
{
snip_ava.Text = "<img id=\"ship_photo\" src=\"" + GridView2.Rows[0].Cells[5].Text + "\" height=\"80px\" />";
}
else
{
snip_ava.Text = "<img id=\"ship_photo\" src=\"/img/players/default.jpg\" height=\"80px\" />";
}
}
else
{
snip_name.Text = "Игрок не найден";
}
GridView2 = new GridView();
}
}
private void ass()
{
if (table_ass.Visible == true)
{
PowerPlayUserProvider.getReportOfPlayerByParams(team, "a", "C,RW,LW,OD,DD", GridView2, "khl20122013_1");
if (GridView2.Rows.Count > 0)
{
ass_name.Text = GridView2.Rows[0].Cells[1].Text;
ass_ind.Text = "<a style=\"font-size:33px\">" + GridView2.Rows[0].Cells[5].Text + "</a>";
ass_pos.Text = "В лиге: " + GridView2.Rows[0].Cells[0].Text;
PowerPlayUserProvider.getPlayerByNameOrAll(GridView2, GridView2.Rows[0].Cells[1].Text);
if (GridView2.Rows[0].Cells[5].Text != null && GridView2.Rows[0].Cells[5].Text != "" && GridView2.Rows[0].Cells[5].Text != " ")
{
ass_ava.Text = "<img id=\"ass_photo\" src=\"" + GridView2.Rows[0].Cells[5].Text + "\" height=\"80px\" />";
}
else
{
ass_ava.Text = "<img id=\"ass_photo\" src=\"/img/players/default.jpg\" height=\"80px\" />";
}
}
else
{
ass_name.Text = "Игрок не найден";
}
GridView2 = new GridView();
}
}
private void goalk_per()
{
if (table_goalk_per.Visible == true)
{
PowerPlayUserProvider.getReportOfGoalieByParams(team, "sv_per", GridView2, "khl20122013_1");
Уважаемый посетитель!
Чтобы распечатать файл, скачайте его (в формате Word).
Ссылка на скачивание - внизу страницы.