|
|
От: | Chese | |
| Дата: | 09.01.08 14:16 | ||
| Оценка: | |||
...
else if (user.LoginResult == LoginResults.Successfully)
{
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "Redirect", "window.location = 'Home.aspx'", true); // Как перенаправить пользователя на страницу.
}
...