Hi,
> Thanks, Steve! I also thought about this approach, but was hoping for a
> better way...
>
> Mario
To be fair, it's not ASP.NET which is guilty here, but the fact that the
items of a SELECT element are not transmitted on postback, but only the
selected value. Which makes sense, if you think of it, or else the
requests could be huge (think of these SELECT with the list of all
countries, for example).
Greetings,
Laurent

Signature
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Mario Vargas - 22 Jun 2007 14:21 GMT
Hi Laurent,
That's a very good point and something I didn't know about. Thanks for
sharing!
Mario
> Hi,
>
[quoted text clipped - 11 lines]
> Greetings,
> Laurent