i'am trying to update Data without page postback
and code in webform
code in C#
protected void Button1_Click(object sender, EventArgs e)
{
Label1.Text = "Panel refreshed at " +
DateTime.Now.ToString();
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jefferson S. MottaPosted Sep 28, 2018, 11:56 PM