5
Answers

Please explain this function and were to this use?

if (!IsPostBack)
{
if (staticClass1.CheckLog())
{
Response.Redirect("~/Default.aspx");
}
txtGroupName.Focus();
}
Answers (5)