Getting a huge number of paramters from nowhere
- From: "K Viltersten" <tmp1@xxxxxxxxxxxxxx>
- Date: Fri, 2 May 2008 22:17:03 +0200
I discovered that when requested
http://localhost:52698/ws3/page.aspx
and issued a call
Response.Write(Request.Params.Count);
i got 50 parameters in count. When i actually added some as in
http://localhost:52698/ws3/page.aspx?key=some
the number increased by two to 52. I'd
be delighted if somebody enlighten me
in this matter.
1. Why is it an increase by two? Is it because the "key" and "some" are counted
as separate paramters?
2. Where in Gods love are the first fifty parameters?!
3. Should i use Request.Params or is there something more recommended, e.g.
Request.QueryString?
--
Regards
Konrad Viltersten
--------------------------------
sleep - a substitute for coffee for the poor
ambition - lack of sense to be lazy
.
- Follow-Ups:
- Re: Getting a huge number of paramters from nowhere
- From: Teemu Keiski
- RE: Getting a huge number of paramters from nowhere
- From: bruce barker
- Re: Getting a huge number of paramters from nowhere
- Prev by Date: ASP.NET runtime hosting problem
- Next by Date: RE: Getting a huge number of paramters from nowhere
- Previous by thread: ASP.NET runtime hosting problem
- Next by thread: RE: Getting a huge number of paramters from nowhere
- Index(es):
Relevant Pages
|