Tagged Questions

0
votes
0answers
12 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
199 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
593 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
408 views

C# WebBrowser handling when triggering a ComponentArt CallBack click/event

I am trying to navigate to a page with a hidden browser from within a C# application, click on a link and verify the click worked. Flow: - navigate to "http://mypage" - click on a link, the link HTML ...
0
votes
1answer
115 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 ...