Tagged Questions
0
votes
0answers
21 views
ComponentArt Callbacks issue
I have a lot of ComponentArt:Callbacks in my ASP.NET web application project.
Is there a way to access global events (or another method) - to add behavior for all these callbacks in one place? (block ...
0
votes
0answers
204 views
ComponentArt Callbacks delay
I have been using the callback control in ComponentArt and it's all been working fine locally, however I have just put the web application onto the production server and we are now looking at up to 10 ...
0
votes
2answers
649 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
121 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 ...