Rank: Member Groups: Member
Joined: 2/17/2010 Posts: 11
|
hi
EO.WEB cause any intervention or AjaxControlToolkit block I try to use CalendarExtender in toolkit and I do not display the element
attentive
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please try to describe your question in accurate technical terms and provide an isolated sample page if needed. We do not look into broad questions such as "A does not work B". We need you to be very specific about your particular scenario such as how you use them together, how they do not work, etc. For example, when you say "do not display the element", you need to clarify what element.
We do not guarantee that our product will work with all scenarios/other products or library because we do not have control over the development of other products. We do try our best to make our product to be compatible as many other products as possible. So if you can provide a sample page we will be happy to take a look and see what we can find.
Thanks!
|
Rank: Member Groups: Member
Joined: 2/17/2010 Posts: 11
|
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Pruebas.ascx.cs" Inherits="Procesos_Pruebas" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
HI Sorry for my English, this is an example of combined ajaxToolkit EO.WEB and control does not work, can you help
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Image ID="Image1" runat="server" ImageUrl="~/imagenes/cal.gif" /> <cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBox1" PopupButtonID="Image1"> </cc1:CalendarExtender> greetings
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please provide a full test page that can reproduce the problem.
Thanks
|