Subashchandrabose K

Subashchandrabose K

  • 1.3k
  • 351
  • 1.3k

Please explain this function and were to this use?

Apr 4 2016 8:46 AM
if (!IsPostBack)
{
if (staticClass1.CheckLog())
{
Response.Redirect("~/Default.aspx");
}
txtGroupName.Focus();
}

Answers (5)