Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
protected void Button1_Click(object sender, System.EventArgs e)
{
Label1.Text = “Hello “ + Textbox1.Text;
}
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
protected void Button1_Click(object sender, System.EventArgs e)
{
Label1.Text = “Hello “ + Textbox1.Text;
}
No responses to "Hello world!"
No comments yet.
Sorry, the comment form is closed at this time.