private void Button1_Click(object sender, System.EventArgs e)
{
Label Label2;
Label2 = new Label();
Label2.Visible = true;
Label2.Text = "eto malo";
}
Ali neće da se pojavi na formi. Da li sam nešto ispustio da uradim? Naravno, govorim o C#.NET-u (WebApplication)
manda