Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Disabled Controls are not submitted asp.net 2.0

Reply
Thread Tools

Disabled Controls are not submitted asp.net 2.0

 
 
Meels Lilbok
Guest
Posts: n/a
 
      04-14-2008
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



 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      04-14-2008
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)


"Meels Lilbok" wrote:

> 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
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Report "The request could not be submitted for background processing." Rocio ASP .Net 0 10-28-2005 05:49 PM
SelectedIndex is not submitted with post Nathan Sokalski ASP .Net 3 09-30-2005 10:32 AM
Page is not submitted usingclientside validatot =?Utf-8?B?U3VkaXA=?= ASP .Net 1 07-02-2005 02:50 AM
Crystal Reports For .Net - Error in File. The request could not be submitted for background processing. =?Utf-8?B?QXVndXN0aW4gUHJhc2FubmEuIEo=?= ASP .Net 1 05-20-2004 04:16 PM
validator controls and disabled controls =?Utf-8?B?RHVuZQ==?= ASP .Net 2 02-04-2004 08:27 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57