Tagged Questions

0
votes
1answer
71 views

Disabling controls causes strange error

I am attempting to disable controls on an ASP.NET page while processing is in progress. To this end I adopted the solution from here, running down the DOM tree and disabling all the child controls. ...
0
votes
1answer
88 views

ScriptSharp seems to be incompatible with ComponentArt Treeview, how to fix it?

I have a page that uses a TreeView control from ComponentArt. If I add a reference to mscorelib.debug.js to that page I get this error: Uncaught TypeError: Cannot call method 'apply' of undefined ...
0
votes
2answers
651 views

How do you explicitly pass ComponentArt CallBackEventArgs from a javascript function on callback?

I have a ComponentArt CallBack control. Client side, I want to perform a callback using javascript when the dropdown list is changed. In the javascript, I want to explicitly pass both the control and ...
0
votes
1answer
122 views

Removing ASP.NET validators for controls that are no longer on the page

I have a page that loads different controls into a placeholder via a ComponentArt Callback based on the user's action (clicking a link). I am running to this scenario: Action 1 loads a control with ...