|
разбор параметров
|
|||
---|---|---|---|
#18+
Как разбирать параметры переданые при переходе на страницу. Например Response.Redirect("AnotherPage.aspx?id=1") как мне на anotherPage разобрать что id=1 ... |
|||
:
Нравится:
Не нравится:
|
|||
28.07.2003, 13:01 |
|
разбор параметров
|
|||
---|---|---|---|
#18+
string id = Request.QueryString["id"]; более унивесально: string id = Request.Params["id"]; ... |
|||
:
Нравится:
Не нравится:
|
|||
28.07.2003, 13:39 |
|
|
start [/forum/moderation_log.php?user_name=Fil777]: |
0ms |
get settings: |
10ms |
get forum list: |
14ms |
get settings: |
11ms |
get forum list: |
13ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
124ms |
get topic data: |
10ms |
get forum data: |
3ms |
get page messages: |
45ms |
get tp. blocked users: |
1ms |
others: | 443ms |
total: | 682ms |
0 / 0 |