Hi All,
I'm working on an ASP Web Application,
When i try to add WebDatePicker 4.0 control to my panel, in design level i am getting an erros as below, "Error Rendering Controls". When i remove the Infragistics control i am able to view the controls in design.
Thanks in Advance
Godwin Jebakumar
Hello GodwinThank you for posting in our forums. I just opened VS 2010 and dropped a WDP on an empty Default.aspx page. The control was designed as expected and no issues were shown. I am with latest service release for 11.2 - 11.2.20112.2025. Please provide me the exact build which is causing you this issue. I have to test it and verify myself this missbehavor you are facing. Looking forward to hearing from you.
Hello Nikifor Tsvetkov,
Thanks for you response,
I am using Infragistics version 11.1.20111.2064. Hereby i am sending you the code in which i am facing a problem that i have mentioned in my earlier post,
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="CheckInfragisticsControls.aspx.vb" Inherits="CheckInfragisticsControls" %><%@ Register TagPrefix="ig" Namespace="Infragistics.Web.UI.EditorControls" Assembly="Infragistics4.Web.v11.1, Version=11.1.20111.2064, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ig:WebDatePicker runat="server"></ig:WebDatePicker>
</asp:UpdatePanel>
</div>
</form>
</body>
</html>
Kindly help me out in resolving this issue.
Thanks in Advance,