Исходный код вики ASP.NET Web Forms
Редактировал(а) Alexandr Fokin 2022/07/12 00:21
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | **События жизненного цикла страницы** | ||
2 | Page.Init | ||
3 | Page.Load | ||
4 | TextBox.TextChanged | ||
5 | Button.Click | ||
6 | Page.PreRender | ||
7 | Page.Unload | ||
8 | |||
9 | Обработка веб-форм | ||
10 | [[https:~~/~~/professorweb.ru/my/ASP_NET/base/level2/2_2.php>>url:https://professorweb.ru/my/ASP_NET/base/level2/2_2.php]] | ||
11 | |||
12 | ---- | ||
13 | |||
14 | **ViewState** | ||
15 | |||
16 | Настоящее понимание ViewState'а | ||
17 | [[https:~~/~~/habr.com/ru/post/119537/>>url:https://habr.com/ru/post/119537/]] | ||
18 | |||
19 | Difference between viewstate and controlstate | ||
20 | [[https:~~/~~/stackoverflow.com/questions/14702449/difference-between-viewstate-and-controlstate>>url:https://stackoverflow.com/questions/14702449/difference-between-viewstate-and-controlstate]] | ||
21 | |||
22 | ---- | ||
23 | |||
24 | **Сеанс и сессия** | ||
25 | |||
26 | Состояние сеанса (Mode: Off|InProc|StateServer|SQLServer|Custom) | ||
27 | [[https:~~/~~/professorweb.ru/my/ASP_NET/base/level5/5_4.php>>url:https://professorweb.ru/my/ASP_NET/base/level5/5_4.php]] | ||
28 | |||
29 | ---- | ||
30 | |||
31 | **Ссылки:** | ||
32 | |||
33 | Основы ASP.NET | ||
34 | https://professorweb.ru/my/ASP_NET/base/level1/base_aspnet_index.php |