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 (sqlwork.com)
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...