Ask a Question related to ASP.NET General, Design and Development.
-
Joel Cade #1
How do I find the # of Request Bytes sent!?
Is there a way to monitor the amount of bytes being transfered as part
of a request as they are sent to an aspx? I've attempted to examine
the Request.InputStream object via an HTTP Module, but it gets the
whole stream, and then continues processing. Thanks in advance for
any help!
Joel Cade, MCSD
Brinkster, Inc.
Joel Cade Guest
-
How to find size (in bytes) of an image using the GD image resource?
I would like to be able to determine the size (in bytes) of a file and re-adjust before output. Is this possible? Norm -- Avatar hosting at... -
Bytes
I have been using Publisher 97 and 2000 for the past 6 years using Windows 95. I purchased a new computer and I am now using Windows XP and... -
Confused about a REQUEST.FORM and a REQUEST.QUERYSTRING
This is snipit of code, supplied by PayPal with explanation about what has to be done to access their back end. I am confused because they first... -
best way to get data: request.form, request.params, controlname.value
Hi! I think I remember somewhere that using request.form was a bad idea (I can't say I remember why). So I'm wondering: What is the best way to... -
difference bet. request.querystring and Request.Params
request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars...



Reply With Quote

