Dec 20, 2011, 8:55 AM
Using Ext.Net giving Ambiguity errors for System.Web.UI.WebControls and Ext.Net controls.
Hi,
I was using ASP.NET repeater control to bind data.
But now I am using Ext.Net GridPanel for the same.
On Edit I am binding data to different ASP.Net controls which are in a ASP.Net panel which is set to Visible="false" initially.
But now while editing on CommandColumn, Panel is not getting visible or values are not getting set in ASP.Net control.
According to some posts we have to use .Update() method to update ASP.Net controls.
But my issue is I have used namespace like
using ext = Ext.Net;
And can not use it as using Ext.Net; because its giving me Ambiguity errors for System.Web.UI.WebControls and Ext.Net controls.
I was using ASP.NET repeater control to bind data.
But now I am using Ext.Net GridPanel for the same.
On Edit I am binding data to different ASP.Net controls which are in a ASP.Net panel which is set to Visible="false" initially.
But now while editing on CommandColumn, Panel is not getting visible or values are not getting set in ASP.Net control.
According to some posts we have to use .Update() method to update ASP.Net controls.
But my issue is I have used namespace like
using ext = Ext.Net;
And can not use it as using Ext.Net; because its giving me Ambiguity errors for System.Web.UI.WebControls and Ext.Net controls.