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

Commented Unassigned: File Upload Control [27924]

$
0
0
Unable to upload file in the asp content page. Control shows uploading but never fires the event upload complete. I have tested on a separate page and it works perfect. Any suggestions
Comments: You should add AjaxFileUploadHandler to your Web.config file to make it work:   ``` <configuration> <system.webServer> <handlers> <add name="AjaxFileUploadHandler" verb="*" path="AjaxFileUploadHandler.axd" type="AjaxControlToolkit.AjaxFileUploadHandler, AjaxControlToolkit" /> </handlers> </system.webServer> </configuration> ```

Closed Unassigned: File Upload Control [27924]

$
0
0
Unable to upload file in the asp content page. Control shows uploading but never fires the event upload complete. I have tested on a separate page and it works perfect. Any suggestions

Edited Unassigned: File Upload Control [27924]

$
0
0
Unable to upload file in the asp content page. Control shows uploading but never fires the event upload complete. I have tested on a separate page and it works perfect. Any suggestions

Commented Issue: MaskedEditExtender loses value! [27920]

$
0
0
MaskedEditExtender works fine when user enters a value then exits the textbox.
However, I have a situation where a textbox is filled by code:
PhoneTextbox.Text = "6105551234" (value found in database, but is user editable)

When the textbox is displayed it is blank! Am I missing something?

Here is the Textbox definition:
<asp:TextBox ID="PhoneTextBox" runat="server" MaxLength="10" Columns="13" Visible="False"> </asp:TextBox>
<cc1:MaskedEditExtender ID="PhoneMaskedEdit" runat="server" Enabled="True" Mask="(999) 999-9999"
MaskType="Number" TargetControlID="PhoneTextBox" CultureAMPMPlaceholder=""
CultureCurrencySymbolPlaceholder="" CultureDateFormat="" CultureDatePlaceholder=""
CultureDecimalPlaceholder="" CultureThousandsPlaceholder="" CultureTimePlaceholder=""
ClearTextOnInvalid="false" >

Please help.

Thank you.

Comments: Hi, Thank you for sharing your experience! The issue you described fixed and this fix will be available in the next release of the AJAX Control Toolkit library. Best regards, Fadil

Edited Issue: MaskedEditExtender loses value! [27920]

$
0
0
MaskedEditExtender works fine when user enters a value then exits the textbox.
However, I have a situation where a textbox is filled by code:
PhoneTextbox.Text = "6105551234" (value found in database, but is user editable)

When the textbox is displayed it is blank! Am I missing something?

Here is the Textbox definition:
<asp:TextBox ID="PhoneTextBox" runat="server" MaxLength="10" Columns="13" Visible="False"> </asp:TextBox>
<cc1:MaskedEditExtender ID="PhoneMaskedEdit" runat="server" Enabled="True" Mask="(999) 999-9999"
MaskType="Number" TargetControlID="PhoneTextBox" CultureAMPMPlaceholder=""
CultureCurrencySymbolPlaceholder="" CultureDateFormat="" CultureDatePlaceholder=""
CultureDecimalPlaceholder="" CultureThousandsPlaceholder="" CultureTimePlaceholder=""
ClearTextOnInvalid="false" >

Please help.

Thank you.

Commented Unassigned: VirusTotal Scan Shows Viruses on Installer [27915]

$
0
0
Here is a [link to a VirusTotal scan](https://www.virustotal.com/en/file/5f4dfeb47a28ef5dbaa5b681226b2fd93c6f167db3d858599039696da9664122/analysis/1440099314/) of AjaxControlToolkit.Installer.15.1.3.0.exe that I downloaded from codeplex.com

It shows the following results:

```
ALYac Gen:Variant.Strictor.90651
Ad-Aware Gen:Variant.Strictor.90651
Arcabit Trojan.Strictor.D1621B
BitDefender Gen:Variant.Strictor.90651
Emsisoft Gen:Variant.Strictor.90651 (B)
F-Secure Gen:Variant.Strictor.90651
GData Gen:Variant.Strictor.90651
MicroWorld-eScan Gen:Variant.Strictor.90651
```


Comments: Thank you, Aleksey! The latest scan shows no virus detections: https://www.virustotal.com/ru/file/41631facae3c14cf2f238e7d0af86b5404dae507866e539a6c8072a64d25a739/analysis/1441367487/

Closed Unassigned: VirusTotal Scan Shows Viruses on Installer [27915]

$
0
0
Here is a [link to a VirusTotal scan](https://www.virustotal.com/en/file/5f4dfeb47a28ef5dbaa5b681226b2fd93c6f167db3d858599039696da9664122/analysis/1440099314/) of AjaxControlToolkit.Installer.15.1.3.0.exe that I downloaded from codeplex.com

It shows the following results:

```
ALYac Gen:Variant.Strictor.90651
Ad-Aware Gen:Variant.Strictor.90651
Arcabit Trojan.Strictor.D1621B
BitDefender Gen:Variant.Strictor.90651
Emsisoft Gen:Variant.Strictor.90651 (B)
F-Secure Gen:Variant.Strictor.90651
GData Gen:Variant.Strictor.90651
MicroWorld-eScan Gen:Variant.Strictor.90651
```


Created Unassigned: Autocomplete extender and Bootstrap animation effects [27928]

$
0
0
Using autocomplete extender on a webforms app that uses bootstrap CSS and JavaScript files. When using autocomplete on a textbox when inside a popup panel in Microsoft Edge and Google Chrome, autocomplete does not display the matches. It works fine on IE 11. I have no idea how to even start debugging this issue. Anyone seen something like this?


```
<asp:Panel ID="pnlCategorias" runat="server" Visible="false">
<div class="row">
<div class="col-sm-6">
<div class="well">
<h4>Categorías de Actuación</h4>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#ActuacionModal" style="width: 100%">
Agregar Actuación
</button>
<div style="height: 15px"></div>
<asp:GridView ID="gvActuacion" runat="server" CssClass="table table-hover table-striped" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton ID="lnkButton1" runat="server" CommandArgument='<%# Eval("IDObraCategoria")%>'
CommandName="Borrar" OnClientClick="return confirm('Seguro que Desea Eliminar este Registro?');"
Text="<div class='btn btn-default btn-sm'><span class='glyphicon glyphicon-trash'></span></div>" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Top" Width="50px" />
</asp:TemplateField>
<asp:BoundField DataField="Nombre_SubCategoriaEvaluacion" HeaderText="Sub-Categoría" />
<asp:TemplateField HeaderText="Candidato">
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Nombre_Persona") %>'></asp:Label>&nbsp;
<asp:Label ID="Label2" runat="server" Text='<%# Bind("Apellido_Persona") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</div>
<div style="height: 10px;"></div>

</div>
<div class="col-sm-6">
<div class="well">
<h4>Categorías Técnicas</h4>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#TecnicasModal" style="width: 100%">
Agregar Técnicas
</button>
<div style="height: 15px"></div>
<asp:GridView ID="gvTecnicas" runat="server" CssClass="table table-hover table-striped" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton ID="lnkButton1" runat="server" CommandArgument='<%# Eval("IDObraCategoria")%>' CommandName="Borrar" OnClientClick="return confirm('Seguro que Desea Eliminar este Registro?');" Text="<div class='btn btn-default btn-sm'><span class='glyphicon glyphicon-trash'></span></div>" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Top" Width="50px" />
</asp:TemplateField>
<asp:BoundField DataField="Nombre_SubCategoriaEvaluacion" HeaderText="Sub-Categoría" />
<asp:BoundField DataField="NombreAdicional" HeaderText="Candidato" />
</Columns>
</asp:GridView>
</div>
</div>
</div>
</asp:Panel>
<br />
<div class="modal fade" id="ActuacionModal" tabindex="-1" role="dialog" aria-labelledby="ActuacionModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="ActuacionModalLabel">Agregar Evaluaciónes de Categorías de Actuación</h4>
</div>
<div class="modal-body">
<label for="ddlCategoriaEvalAct">Categoría:</label>
<asp:DropDownList ID="ddlCategoriaEvalAct" runat="server" CssClass="form-control">
</asp:DropDownList>
<div style="height: 10px"></div>
<label for="txtPersonaAct">Persona:</label>
<asp:TextBox ID="txtPersonaAct" runat="server" CssClass="form-control">
</asp:TextBox>
<cc1:AutoCompleteExtender ID="autoCompletePersona"
runat="server" ServicePath="../app/autocomplete.asmx"
TargetControlID="txtPersonaAct" ServiceMethod="fListarPersonas">
</cc1:AutoCompleteExtender>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<asp:Button ID="btnGuardarActuacion" runat="server"
CssClass="btn btn-primary" Text="Guardar" />
</div>
</div>
</div>
</div>
```



Created Unassigned: MaskedEdit.js uses functions that are missing in IE8 [27929]

$
0
0
See

https://ajaxcontroltoolkit.codeplex.com/SourceControl/latest#AjaxControlToolkit/Scripts/MaskedEdit.js

It uses __.filter()__ and __.map()__ functions that are missing in IE8. Therefore they have to rewritten or documentation changed to support IE9+

Created Unassigned: Custom Extenders render link which fails with 404 [27930]

$
0
0
We have an assembly with

```
public class VoliaMaskedEditExtender : ExtenderControlBase
```

this extender is added to the page and it renders some __WebResource.axd__ url which returns 404.

We would like to get rid of it so I debugged and found that it is added inside __ExtenderControlBase.OnLoad()__

To be more specific within __ToolkitResourceManager.GetStyleNames()__ always added __Background.min.css__ and it is obviously missing in the custom extender assembly

In order to workaround this issue I had to add an embedded resource __Background.min.css__ into the custom extender assembly.

Created Unassigned: ASP.NET AJAX Control Toolkit v15.1.3 and ScriptManager [27931]

$
0
0
The ToolkitScriptManager no longer exists in the latest version of AjaxControlToolkit. How is it possible to set CombineScripts=false with the standard ASP ScriptManager?

Commented Issue: MaskedEditExtender loses value! [27920]

$
0
0
MaskedEditExtender works fine when user enters a value then exits the textbox.
However, I have a situation where a textbox is filled by code:
PhoneTextbox.Text = "6105551234" (value found in database, but is user editable)

When the textbox is displayed it is blank! Am I missing something?

Here is the Textbox definition:
<asp:TextBox ID="PhoneTextBox" runat="server" MaxLength="10" Columns="13" Visible="False"> </asp:TextBox>
<cc1:MaskedEditExtender ID="PhoneMaskedEdit" runat="server" Enabled="True" Mask="(999) 999-9999"
MaskType="Number" TargetControlID="PhoneTextBox" CultureAMPMPlaceholder=""
CultureCurrencySymbolPlaceholder="" CultureDateFormat="" CultureDatePlaceholder=""
CultureDecimalPlaceholder="" CultureThousandsPlaceholder="" CultureTimePlaceholder=""
ClearTextOnInvalid="false" >

Please help.

Thank you.

Comments: Thank you for taking the time to fix the issue and let me know! Any idea when the next release will be? Thanks again. Saavik

Commented Unassigned: ASP.NET AJAX Control Toolkit v15.1.3 and ScriptManager [27931]

$
0
0
The ToolkitScriptManager no longer exists in the latest version of AjaxControlToolkit. How is it possible to set CombineScripts=false with the standard ASP ScriptManager?
Comments: Simply install the NuGet AjaxControlToolkit.StaticResources package. As a result, every script will be placed in a separate file.

Closed Unassigned: ASP.NET AJAX Control Toolkit v15.1.3 and ScriptManager [27931]

$
0
0
The ToolkitScriptManager no longer exists in the latest version of AjaxControlToolkit. How is it possible to set CombineScripts=false with the standard ASP ScriptManager?

Closed Unassigned: 15.1.3 MaskedEditExtender breaks CalendarExtender [27926]

$
0
0
When I upgraded from 15.1.2 to 15.1.3 the CalendarExtender stopped working and it appears the MaskedEditExtender is causing it. Tested by disabling the MaskedEditExtender and the CalendarExtender works again. I rolled back to 15.1.2 until resolved.

While on the subject: If the CalendarExtender had a couple of basic parameters like InputMask, InvalidValueMessage I could eliminate both the MaskedEditExtender and the MaskedEditValidator.


<asp:TextBox ID="txtInvoiceDate" runat="server" Text="" Width="150px" MaxLength="10" />
<ajax:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="txtInvoiceDate" MaskType="Date" Mask="99/99/9999" UserDateFormat="MonthDayYear" PromptCharacter="_" Enabled="true" />
<ajax:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlToValidate="txtInvoiceDate" ControlExtender="MaskedEditExtender1" InvalidValueMessage="* Invalid Date" IsValidEmpty="False" ForeColor="Red" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" Text="* Required" ControlToValidate="txtInvoiceDate" ForeColor="Red" Display="Dynamic" SetFocusOnError="true" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInvoiceDate" Format="MM/dd/yyyy" Enabled="True" ValidateRequestMode="Enabled" />


Edited Unassigned: MaskedEdit.js uses functions that are missing in IE8 [27929]

$
0
0
See

https://ajaxcontroltoolkit.codeplex.com/SourceControl/latest#AjaxControlToolkit/Scripts/MaskedEdit.js

It uses __.filter()__ and __.map()__ functions that are missing in IE8. Therefore they have to rewritten or documentation changed to support IE9+

Commented Unassigned: MaskedEdit.js uses functions that are missing in IE8 [27929]

$
0
0
See

https://ajaxcontroltoolkit.codeplex.com/SourceControl/latest#AjaxControlToolkit/Scripts/MaskedEdit.js

It uses __.filter()__ and __.map()__ functions that are missing in IE8. Therefore they have to rewritten or documentation changed to support IE9+
Comments: The issue is fixed and the fix will be included in one of our future releases.

Closed Issue: MultiHandleSlider Disable Select Option Click Event [27923]

$
0
0
When a MultiHandleSlider Control is present in the page the Select option click event is not fired in __Firefox__ 40.0.2

To Reproduce Copy folowing Html code in http://ajaxcontroltoolkit.devexpress.com/MultiHandleSlider/MultiHandleSlider.aspx

<select>
<option value="0" selected="selected">Option 0</option>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
</select>

Edited Issue: open vs2010 project to upgrade to vs2013 not toolkit not showing in toolbox [27901]

$
0
0
After I install toolkit.
If I create a new project in VS2013 then toolkit showing in tool box. But in the upgraded project from vs2010 the toolbox does not show toolkit.

Commented Unassigned: Autocomplete extender and Bootstrap animation effects [27928]

$
0
0
Using autocomplete extender on a webforms app that uses bootstrap CSS and JavaScript files. When using autocomplete on a textbox when inside a popup panel in Microsoft Edge and Google Chrome, autocomplete does not display the matches. It works fine on IE 11. I have no idea how to even start debugging this issue. Anyone seen something like this?


```
<asp:Panel ID="pnlCategorias" runat="server" Visible="false">
<div class="row">
<div class="col-sm-6">
<div class="well">
<h4>Categorías de Actuación</h4>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#ActuacionModal" style="width: 100%">
Agregar Actuación
</button>
<div style="height: 15px"></div>
<asp:GridView ID="gvActuacion" runat="server" CssClass="table table-hover table-striped" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton ID="lnkButton1" runat="server" CommandArgument='<%# Eval("IDObraCategoria")%>'
CommandName="Borrar" OnClientClick="return confirm('Seguro que Desea Eliminar este Registro?');"
Text="<div class='btn btn-default btn-sm'><span class='glyphicon glyphicon-trash'></span></div>" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Top" Width="50px" />
</asp:TemplateField>
<asp:BoundField DataField="Nombre_SubCategoriaEvaluacion" HeaderText="Sub-Categoría" />
<asp:TemplateField HeaderText="Candidato">
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Nombre_Persona") %>'></asp:Label>&nbsp;
<asp:Label ID="Label2" runat="server" Text='<%# Bind("Apellido_Persona") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</div>
<div style="height: 10px;"></div>

</div>
<div class="col-sm-6">
<div class="well">
<h4>Categorías Técnicas</h4>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#TecnicasModal" style="width: 100%">
Agregar Técnicas
</button>
<div style="height: 15px"></div>
<asp:GridView ID="gvTecnicas" runat="server" CssClass="table table-hover table-striped" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton ID="lnkButton1" runat="server" CommandArgument='<%# Eval("IDObraCategoria")%>' CommandName="Borrar" OnClientClick="return confirm('Seguro que Desea Eliminar este Registro?');" Text="<div class='btn btn-default btn-sm'><span class='glyphicon glyphicon-trash'></span></div>" />
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Top" Width="50px" />
</asp:TemplateField>
<asp:BoundField DataField="Nombre_SubCategoriaEvaluacion" HeaderText="Sub-Categoría" />
<asp:BoundField DataField="NombreAdicional" HeaderText="Candidato" />
</Columns>
</asp:GridView>
</div>
</div>
</div>
</asp:Panel>
<br />
<div class="modal fade" id="ActuacionModal" tabindex="-1" role="dialog" aria-labelledby="ActuacionModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="ActuacionModalLabel">Agregar Evaluaciónes de Categorías de Actuación</h4>
</div>
<div class="modal-body">
<label for="ddlCategoriaEvalAct">Categoría:</label>
<asp:DropDownList ID="ddlCategoriaEvalAct" runat="server" CssClass="form-control">
</asp:DropDownList>
<div style="height: 10px"></div>
<label for="txtPersonaAct">Persona:</label>
<asp:TextBox ID="txtPersonaAct" runat="server" CssClass="form-control">
</asp:TextBox>
<cc1:AutoCompleteExtender ID="autoCompletePersona"
runat="server" ServicePath="../app/autocomplete.asmx"
TargetControlID="txtPersonaAct" ServiceMethod="fListarPersonas">
</cc1:AutoCompleteExtender>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<asp:Button ID="btnGuardarActuacion" runat="server"
CssClass="btn btn-primary" Text="Guardar" />
</div>
</div>
</div>
</div>
```


Comments: Would you please provide a complete sample project as the web service implementation is missing in this sample?
Viewing all 4356 articles
Browse latest View live


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