Rank: Member Groups: Member
Joined: 3/4/2011 Posts: 12
|
After updating to the latest EO.Web.dll, I cannot run my application without first prefixing all of the references to my existing ListBoxes with System.Web.UI.WebControls. In my case, that is a lot of unnecessary changes. You should rename your ListBox to eoListBox or something similar. All of your controls should have names different than those that come Standard with VS. I will probably not be the only user who runs into this problem.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
We will not do that. You have brought up this issue before. Our controls are in a different namespace. That's precisely what namespace is for.
Thanks
|