-
Hello, Thank you for submitting your query with ComponentArt forum. I have gone through the description provided by you and found some name conflict for the Calendar Id in your user control. I would like to point out that you have used the id of the Calendar control as ‘calendar’ in your code and in your JavaScript function, you have used the same ‘calendar’ name as argument of JavaScript function. Here you should take care of the name(s) to resolve the conflicts. Because...
-
Hi, i kept the single file upload control in usercontrol and loading it multiple times based on the xml file. If i load only once its working file. But when i given 2 in the xml file it loads twice and can't able to find upload progress and even unable to upload file also for second browse one. I think this is cause of script where we are giving control id directly,I cna't change the anchor tag for upload to "runat = server" . Is there any way to change the script files to make...
-
Hi, I am having a problem with the snap control. What I am trying to do is create a sort of portal that contains user controls.
On the server, the user controls are loaded, and placed into a snap control that is created server side. This all works fine, the snap controls all get generated and apeear on screen. However, some of the user controls contain controls that require callbacks to function (A third party datagrid being one).
Now for some reason these callbacks do not function while they...
-
Hello! I have two PickerAndCalendar controls (WebUI 2008.1) on my page, laid out in a table. Unfortunately both controls appear to be rendering an extra two BR tags at the end, preventing the table row from being the correct height. This occurs in both IE8 and FF3.5. Previously I have used absolute positioning on this page - however I have had to switch to using tables because of a seperate layout issue with the ComponentArt ComboBox control in Firefox. In case it's of any use, here is the ASPX...
-
I have two pickers and two calendars in a user control that is dynamically added to the page. For the most part all of the functionality is there (thanks to the numerous posts on this site on this topic). However, one particular postback updates the SelectedDate for both of the picker controls via server side code, this seems to have no effect (the pickers retain the same value they had when the page first loaded). After reading a similar post on the topic I discoved that the hidden field referenced...
-
Hi,
I hope that someone can give me a hand. I have two Component Art controls in my web site. When the user chooses a date in DateControl A (i.e. 10/25/2008), I want DateControl B to be 10/25/2009.
How can I accomplish this with Component art?
Thanks!
-
Hello, I have a dialog that displays the date picker user control (from demo) and dropdown list.(right below the picker control). Popup calendar always appears "behind" the dropdown. I have tried this scenario without dialog and it works correctly. Any suggestions will be very much appreciated. thanks