Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all 4356 articles
Browse latest View live

Closed Issue: MaskedEditExtender Browsers with WebKit [Fixed] [27291]

$
0
0
Can you include this patch in the next version of AjaxControlToolkit? Thanks.

Only replace the files with the current version.

Closed Issue: Combobox Table Atributes Render [27297]

$
0
0
I'm needing to align horizontally combobox and a textbox in the same position, but the combobox is always below the textbox, I realized that the source code is set a style that adds a value "Top = 5", which prevents me from align controls on the page.

>> ComboTable.Style.Add(HtmlTextWriterStyle.Top, "5px");



protected virtual void AddTableAttributesToRender(HtmlTextWriter writer)
{
ComboTable.CellPadding = 0;
ComboTable.CellSpacing = 0;
ComboTable.CssClass = "ajax__combobox_inputcontainer";
ComboTableTextBoxCell.CssClass = "ajax__combobox_textboxcontainer";
ComboTableButtonCell.CssClass = "ajax__combobox_buttoncontainer";
ComboTable.BorderStyle = BorderStyle.None;
ComboTable.BorderWidth = Unit.Pixel(0);
if (RenderMode == ComboBoxRenderMode.Inline)
{
ComboTable.Style.Add(HtmlTextWriterStyle.Display, GetInlineDisplayStyle());

if (!DesignMode)
{
// when rendered inline, the combobox displays slightly above adjacent inline elements
ComboTable.Style.Add(HtmlTextWriterStyle.Position, "relative");
ComboTable.Style.Add(HtmlTextWriterStyle.Top, "5px");
}
}
}



I could not run the source code that I downloaded today at the site, trying to debug a list is displayed with error.

(Error 1112 The name 'ViewState' does not exist in the current context C:\Users\priscilatome\Desktop\ajaxcontroltoolkit-d864443e4a38\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs 45 32 C:\...\AjaxControlToolkitSampleSite\
)

Closed Unassigned: AutoCompleteExtender IE11 [27941]

$
0
0
AutocompleteExtender problem inside tabContainerExtender in IE11. See attachments.
Thanks.

Closed Issue: CalendarExtender CSS [26241]

$
0
0
Currently using the CalendarExtender within a FormView and intermittently experience CSS formatting problems. I have not applied any special formatting to the control, just using the base CSS which comes with it. On my page I have several formviews and inside the edit and insert templates there are several textboxes which some are date inputs hooked to the calendarextender. When the formview is databound, I check to see if the dataitemcount of the formview > 0, if so, the form is left in read only mode. If not, the form is set to insert mode. When I select the <asp:Image> to display the calendarextender the style/formatting is messed up but allows me to select a date. But when I perform an insert or update on the said formview the style/formatting returns. Attached is a screen shot of my problem.

Created Unassigned: Broken link in documentation [27948]

$
0
0
on the page https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Upgrade%20your%20project%20to%20AjaxControlToolkit%20v15.1

the Control Bundles link https://ajaxcontroltoolkit.codeplex.com/http%3A%2F%2Fstephenwalther.com%2Farchive%2F2013%2F07%2F25%2Fjuly-2013-release-of-the-ajax-control-toolkit&sa=D&sntz=1&usg=AFQjCNEfDNK3oj3nWheKeSmphHQ_xT3yqw is broken.

Closed Issue: CollapsiblePanelExtender Id Error [27308]

$
0
0
Hi guys,

the error is when I try to create a CollapsiblePanelExtender control type and put the ID gives me an error Sys.ArgumentException: Value must not be null for Controls and Behaviors.
Parameter name: element

I'm trying to create the control in a for loop because I have several controls (Panel) that i would like to expand, control is created successfully but when creating this distorts the tabs

Closed Issue: Ajax baloon Popup Extender [27323]

$
0
0
Hi, on placing a popupextender linking to a label on a tab page i am getting numerous blank popups showing at start up. Once the label is clicked or mouse over they vanish just leaving the correct balloon which works as expected. Anyone have any ideas on what is occuring or how to resolve the issue. Using visual studio 2008 with framework 3.5.

Created Unassigned: exception when use MaskEdit in IE8 [27949]

$
0
0
Hi,

We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function

```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 9/9/2015).

So, my question is: When these code fixed will be release?

Thank you.

Edited Unassigned: exception when use MaskEdit in IE8 [27949]

$
0
0
Hi,

We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function

```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 09/14/2015).

So, my question is: When these code fixed will be release?

Thank you.

Commented Unassigned: exception when use MaskEdit in IE8 [27949]

$
0
0
Hi,

We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function

```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 09/14/2015).

So, my question is: When these code fixed will be release?

Thank you.
Comments: Hi! This fix will be available in the next release of the AJAX Control Toolkit. Though we cannot tell you a precise date of the release, we are doing our best to finish it as soon as possible. Best regards, Fadil

Closed Unassigned: exception when use MaskEdit in IE8 [27949]

$
0
0
Hi,

We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function

```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 09/14/2015).

So, my question is: When these code fixed will be release?

Thank you.

Commented Unassigned: Broken link in documentation [27948]

$
0
0
on the page https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Upgrade%20your%20project%20to%20AjaxControlToolkit%20v15.1

the Control Bundles link https://ajaxcontroltoolkit.codeplex.com/http%3A%2F%2Fstephenwalther.com%2Farchive%2F2013%2F07%2F25%2Fjuly-2013-release-of-the-ajax-control-toolkit&sa=D&sntz=1&usg=AFQjCNEfDNK3oj3nWheKeSmphHQ_xT3yqw is broken.
Comments: Hi! Thank you for your report! Best regards, Fadil

Closed Unassigned: Broken link in documentation [27948]

$
0
0
on the page https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Upgrade%20your%20project%20to%20AjaxControlToolkit%20v15.1

the Control Bundles link https://ajaxcontroltoolkit.codeplex.com/http%3A%2F%2Fstephenwalther.com%2Farchive%2F2013%2F07%2F25%2Fjuly-2013-release-of-the-ajax-control-toolkit&sa=D&sntz=1&usg=AFQjCNEfDNK3oj3nWheKeSmphHQ_xT3yqw is broken.
Comments: Fixed

Closed Issue: TabControl stops working when control adapter is applied? [27326]

$
0
0
Well i had a problem with styling the TabControl as it keep rendering height: 100% on the "_body" div tag, so i created a WebControlAdapter and implemented a new RenderContents that did not render 100% height, but that created javascript error that i can't explain..

Closed Issue: CalendarExtender - Wrong Date/Time Bug? [27045]

$
0
0
I am having a problem with the AjaxControlToolkit CalendarExtender. Let me explain my page setup. I have an ASP TextBox on the page that is supposed to hold the End Time of an event. The time must be in the format "MM/dd/yyyy hh:mm:ss tt" (i.e. 11/06/2011 11:59:59 PM).

Here is what the page layout looks like:

A reference to the AjaxControlToolkit at the top of the page.

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %>

The relevant body markup of the page:

<asp:Label ID="_lblEventEndTime" runat="server" Text="End Time:" />
<asp:TextBox ID="_txtEventEndTime" runat="server" />
<asp:ImageButton ID="_imgbtnEventEndTime" runat="server" ImageUrl="~/Images/Calendar.png"/>
<ajax:CalendarExtender ID="_cldrextEndDate" runat="server" PopupButtonID="_imgbtnEventEndTime" TargetControlID="_txtEventEndTime" Format="MM/dd/yyyy hh:mm:ss tt" />

And the C# code behind:

protected void Page_Load(object sender, EventArgs e)
{
DateTime nov6 = new DateTime(2011, 11, 6, 23, 59, 59);
_txtEventEndTime.Text = nov6.ToString("MM/dd/yyyy hh:mm:ss tt");
}

Now for some reason I have only been able to reproduce this bug on November 6, 2011. But as you can see in the on Page_Load I am setting the time to 23:59:59 which is 11:59:59 PM. However when the page comes back the textbox says "11/06/2011 10:59:59 PM" instead of "11/06/2011 11:59:59 PM"

Now here is where things get weird. If I remove the CalendarExtender from the page everything works fine and the page loads as expected with the correct value in the TextBox. What is also weird is if I change the FormatString of the CalendarExtender to

Format="MMMM/dd/yyyy hh:mm:ss tt"

the page loads with the proper value - the only problem here is now when I actually click my Calendar ImageButton and use the CalendarExtender it will place the DateTime into the TextBox in the format "November/06/2011 12:00:00 AM" (but this is expected).

Now if I change the DateTime in the code behind to

DateTime nov6 = new DateTime(2011, 11, 6, 22, 59, 59);

The Textbox will come back as "11/06/2011 09:59:59 PM" but it should read "11/06/2011 10:59:59 PM".

What I am perplexed about is why the CalendarExtender is interfering with my TextBox Control. Its almost as if the calendar extender things that hours go from 1-24 instead of 0-23. Is there some sort of bug with the CalendarExtender that I am not aware of?

P.S. - All of these controls are on a test page so there is nothing else interfering with them.

Closed Issue: ajax html editor extender is not rendering in Azure [27334]

$
0
0
Hi,
i hosted the asp.net application in windows azure the controls are not rendering correctly, there is not image in tool button, but its working in local solution, do i have to add setting in IIS 7.0 ?

Commented Unassigned: Add example how to add custom control? [27943]

$
0
0
Please provide a example how to add a custom control, the ones i can find online are outdated..
Comments: I think i figured this out but it has a lot of steps that just seem overkill and shouldent be needed 1. Create a new project 2. Add a reference to ajaxcontroltoolkit (via nuget) 3. Add Class 4. Inherit from ExtenderControlBase or ScriptControlBase 5. Add ClientScriptResource, WebResource and if needed RequiredScript attributes. 6. Add 2 javascripts one for debug and one without and set them to EmbededResource. 7. Add the same javascript files to ~/Scripts/AjaxControlToolkit/Debug and Release prefix with assembly name and seperate with a dot. 8. Create a AjaxControlToolkit.config and add a new bunde with a name and all controls you are going to use. 9. Add the controls to web.config ajaxControlToolkit\customControls 10. Add all javascript files to asp:ScriptManager\Scripts with both a reference to the file in the webproject and a reference to the webresource in the custom control project. This seems far to complex and needs to be documented..

Edited Unassigned: Add example how to add a custom control? [27943]

$
0
0
Please provide a example how to add a custom control, the ones i can find online are outdated..

Created Unassigned: ASP.Net Ajax ComboBox Autocomplete Internet Explorer Issue [27950]

$
0
0
hi There,

Am using a ajax combo box while it is working perfectly fine in chrome & mozila
but ie its not working

In IE when i type in combo box its not selecting the typed text
this work fine in Chrome & mozilla


Please suggest it someting very urgent

Closed Unassigned: Fileupload shows completed then "(error)" [27907]

$
0
0
So I am very very new to programming and asp.net. I did alot of searching and gotten this far and have been stuck for 2 days now.

I am using VS 2013 ultimate. Locally I can run the project and uploads the file. That works fine.
Then I upload the files to the web server and all looks good.
I upload a jpg file and see the progress bar goes to 100% then it would error out. The file was not in the "Folder".

I need help.
Viewing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>