best way to get data: request.form, request.params, controlname.value

C

Christian H

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 retrieve form values? Is
request.form the best way, or request.params the best way?
Or is it best to get the values by referencing directly to my controls, such
as:
textbox example: String val=mytextBox.text
In my case, I'm using x dynamically created controls, so I'd have to loop
through all of the controls of my page, check what kind of control it is,
then get the data.
 
N

Natty Gur

Hi,

I don’t think that using Request.Form is bad idea. Its just more
comfortable to get that data with all other control data from the
Control (If you know its name and type :) rather then getting just the
control value. ASP.NET adopted OO and using objects its more OO than
retrieving single value from the form collection.

If you just need the Control Data stick with Form collection if you use
other Control properties, methods or events write simple function that
find the control type and retrieve the value.

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top