Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Disabled Controls are not submitted asp.net 2.0

0 views
Skip to first unread message

Meels Lilbok

unread,
Apr 14, 2008, 9:12:34 AM4/14/08
to
Hi

i have following problem

1) I add checkbox controls dynamically to webpage

2) user has time limit to check those boxes

3) if time is over checkboxes are disabled and Submit button appears

4) User presse submit button - problem disabled controls are not submitted!


Im using Page.Form.SubmitDisabledControls = true and form has also
SubmitDisabledControls=True


Any suggestions?


Meelis

bruce barker

unread,
Apr 14, 2008, 11:06:00 AM4/14/08
to
this is a feature of the browser. no disabled fields are posted back. you can
have client script copy the values to hidden fields that do postback.

-- bruce (sqlwork.com)

Patrice

unread,
Apr 14, 2008, 11:29:45 AM4/14/08
to
I would have a look at how it works client side. Actually I didn't even know
it was possible as usually a browser doesn't submit disabled fields by
design so there is likely a workaround (such as perhaps creating hidden
fields for those values ?).

Are you sure you create those controls at the approprioate step including
recreating them when appropriate ? My first thought would be that the way
those controls are created defeats the workaround provided by ASP.NET. I'll
have to give this a closer look as I didn't even noticed ASP.NET included a
workaround for this...

--
Patrice

"Meels Lilbok" <meelis...@deltmar.ee> a écrit dans le message de news:
3F84ACA5-E689-4F5A...@microsoft.com...

0 new messages