Tagged Questions
1
vote
1answer
30 views
ComponentArt grid control not working after upgrade to VS 2010
I'm not sure if someone on here will know a reason for this, but I always have good luck with this community.
I've recently taken over an old forgotten web site project that was running on .net 2.0 ...
1
vote
1answer
192 views
Component Art WebChart causing Asp.net worker thread memory leak
We are using the Component Art WebChart for an online dynamic report and after 1 or 2 page loads of the report it throws the memory into a tail spin. The WP3 worker thread just goes to about 400mb ...
1
vote
5answers
2k views
Dundas vs ComponentArt which one is better
Planning to buy a charting solution (for ASP.NET), narrowed down to Dundas and componentArt.
Is there a feature comparison sheet, comparing these two components?
Has anyone used both of these and ...
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
1answer
65 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
0answers
16 views
How do I set the colour of a line on a ComponentArt chart?
I'm trying to draw a ComponentArt chart with some lines on it whose colour I need to specify at run time. I have found a recommendation here following on from this discussion, but unfortunately it ...
0
votes
1answer
68 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
79 views
What does “##” mean in this ASP.NET file?
I'm maintaining a C# ASP.NET application and I have come across the following little snippet in a .aspx file.
<body>
<form id="form1" runat="server">
.
snip
.
...
0
votes
0answers
51 views
ComponentArt NumberInput: cannot set value to null
I'm fairly sure that one used to be able to set a ComponentArt NumberInput value to null using...
myNumberInput.value = null;
but since installing UI Framework 2011, this has started blowing up ...
0
votes
0answers
70 views
ComponentArt vertical menu is not showing icon in ASP.net …
I have used following code to show vertical menu for using ComponentArt Control.
Problem: It is not showing arrow icon on item for sub menu as shown in picture...
Is there any way to solve it ... ?
...
0
votes
0answers
278 views
ComponentArt and AJAXToolkit - ScriptManager trouble
Whenever I use the AJAX Toolkit (latest .NET 3.5 build) and ComponentArt Web.UI Editor (.NET 3.5, version 2008.2.1267.35 ) and have controls from both assemblies on screen, I get the following error ...
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
3answers
146 views
Building Server Controls like ComponentOne or ComponentArt lirbaries
I'm an expert web developer knowing all famous web frameworks.
I want to build a collection of Server Controls like ComponentArt components that you can use in your projects.
In ComponentArt: You ...
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
623 views
Problem with ComponentArt grid; javaScript; Aspx MasterPage
I have a ComponentArt grid that I'm editing with a pop editing dialog. I pass values between the grid and the dialog using javascript. All was well until I put the page containing the grid inside a ...
0
votes
1answer
161 views
ASP.NET - 3rd Party Libraries - Anyone know of a good side-by-side comparison?
I'm looking to invest in a 3rd party suite of asp.net controls and I've been searching, without much luck, for a nice tabular view that presents the various vendors offerings in an easy to compare ...
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 ...
0
votes
1answer
651 views
How to get data from dynmically created Treeview
I am using ComponentArt Third party controls for ASP.NET 2.0.
Here is the problem i am facing.
I created some ComponentArt.Web.UI.TreeView at runtime on Page_Load.
Now at click event of a button, i ...
0
votes
3answers
426 views
UpdatePanel seems to struggle with huge data as AsynPostBack. jSonSerializer maxLength doesn't help
I have a ASP.NET 3.5 App and trying to update a Update Panel which has a nested custom control. In that custom control is a ComponentArt Gird, which gets filled by almost 13MB of Data (Yes, I could ...