Home All Groups Group Topic Archive Search About

element with 'disabled' property doesnt exist for form processing ?

Author
7 Jun 2005 4:12 PM
HAlx
Hello
When I use an element like <SELECT ... DISABLED>, and then try
to get its value when processing form - I get
Request.Form.Item("Select1")=Nothing.
Is there any way to get its data ?
Or maybe other way to disable/lock the html SELECT item ?

TIA

Author
8 Jun 2005 1:41 PM
Josh
try either hideing it or using javascript "disabled", setting it server
side is whats killing you.

Show quoteHide quote
"HAlx" <hc***@hotmail.com> wrote in message
news:OyR$Bv3aFHA.3196@TK2MSFTNGP14.phx.gbl...
> Hello
> When I use an element like <SELECT ... DISABLED>, and then try
> to get its value when processing form - I get
> Request.Form.Item("Select1")=Nothing.
> Is there any way to get its data ?
> Or maybe other way to disable/lock the html SELECT item ?
>
> TIA
>