knapper
June 23rd, 2002, 03:17 PM
I have a page which contains a couple user controls, a couple custom controls, and a few standard server controls. Everything is working great until I start messing with disabling controls (enable = false) based on the workflow through the page. At some point several of the controls on my page appear to disconnect from the server side code and my server side code does not appear to have ANY affect on them anymore. When this happens no matter what I do I can't seem to affect the controls, except on initialization, even after I comment out the disabling calls and I have to regress to an earlier version of the project to make the page functional again.
Now I might think this has something to do with caching except that two drop down lists in a user control appear to work fine with the enabling and disabling. But another user control and a drop down list which follow on the page appear to get screwed up.
Extremely frustrating. Does anybody know of problems associated with this functionality or can point me to any diagnostic methodology I can perform to figure out what is wrong? Any help would be appreciated.
Now I might think this has something to do with caching except that two drop down lists in a user control appear to work fine with the enabling and disabling. But another user control and a drop down list which follow on the page appear to get screwed up.
Extremely frustrating. Does anybody know of problems associated with this functionality or can point me to any diagnostic methodology I can perform to figure out what is wrong? Any help would be appreciated.