Исходный код вики Web Forms
Версия 3.3 от Alexandr Fokin на 2021/07/18 14:50
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | ===События жизненного цикла страницы=== | ||
2 | |||
3 | |||
4 | Page.Init | ||
5 | Page.Load | ||
6 | TextBox.TextChanged | ||
7 | Button.Click | ||
8 | Page.PreRender | ||
9 | Page.Unload | ||
10 | |||
11 | Обработка веб-форм | ||
12 | https://professorweb.ru/my/ASP_NET/base/level2/2_2.php | ||
13 | |||
14 | |||
15 | ===ViewState=== | ||
16 | |||
17 | Настоящее понимание ViewState'а | ||
18 | https://habr.com/ru/post/119537/ | ||
19 | Difference between viewstate and controlstate | ||
20 | https://stackoverflow.com/questions/14702449/difference-between-viewstate-and-controlstate | ||
21 | |||
22 | |||
23 | ===Сеанс и сессия=== | ||
24 | |||
25 | Состояние сеанса | ||
26 | https://professorweb.ru/my/ASP_NET/base/level5/5_4.php |