[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Retieving the Value from Dynamically created Selectionlists on a postback

(Chris Holguin)

5/19/2002 2:12:00 AM

I am trying to create a form, and populate it with a series of
dynamically built selectionlists.

On postback to the page i need to find these controls again (i know
their ids) and obtain the Value of the selected item. I have seen that
on postback the values are automatically set to 0,1,2,3,4 etc, and i
can get these values no problem, but i require the original value that
was entered at the time of creation.

Becasue these controls are created at run-time i cannot see thier
names to simply do name.selection.value to obtain the value.

Does anyone know of a solution to this problem?
1 Answer

(Andres Sanabria)

6/4/2002 6:23:00 PM

0