Welcome Guest Search | Active Topics | Sign In | Register

ajaxtoolkit omnits my ASPXLAB:BASEMENU onlick event Options
Sens
Posted: Tuesday, April 22, 2008 12:48:06 AM
Rank: Newbie
Groups: Member

Joined: 9/11/2007
Posts: 8
As soon as I add following line in my aspxlab menu usercontrol:
"<ajaxToolkit:ToolkitScriptManager runat="server" ID="ScriptManager1" />"
my onlick event of my aspxlab menu doesn't get fired anymore.

Thnx for the support
Sens
Sens
Posted: Tuesday, April 22, 2008 4:57:42 AM
Rank: Newbie
Groups: Member

Joined: 9/11/2007
Posts: 8
Weird seems when I put the aspxlab menu user control in a repeater, the onclick also dissapears:

private void MenuRepeater_ItemDataBound(object sender, RepeaterItemEventArgs e)
{
AspxLab.WebControls.BaseMenu CatMenu = (AspxLab.WebControls.BaseMenu)e.Item.FindControl("CatMenu");
CatMenu.ItemClick += new AspxLab.WebControls.MenuItemClickEventHandler(CatMenu_ItemClick);
}
eo_support
Posted: Tuesday, April 22, 2008 6:47:58 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,091
Hi Sens,

AspxLab menu is very old. It was released before ASP.NET AJAX was released ---- not to mention AJAX Toolkit. So it does not officialy support that. In order to use AJAX or AJAX Toolkit, you need to download the latest EO build. Note that the two builds are not compatible because of the name changes. The root name space has been changed from AspxLab.WebControls to EO.Web. All the functionalities are still there, though. If you have a license for the old version, you may also need to upgrade your license:

http://www.essentialobjects.com/Forum/default.aspx?g=posts&t=331

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.