Showing posts with label pages. Show all posts
Showing posts with label pages. Show all posts

Monday, March 26, 2012

TreeView Navigation and the Update Control

I am using Master pages, of which I have my Treeview that is used for navigation with a site map, and I have a child page with the FreeTextBox 3.1x on it that is being submitted with a LinkButton. I have all of this wrapped in a Update Panel with an asynchronous trigger on the LinkButton. Here's my problem: I can navigate to other pages using my TreeView navigation just fine if I do not click the LinkButton. If I do, it throws up a JavaScript error saying that Access is Denied. Any ideas?

The Current version des not support TreeView to host in the UpdatePanel. You will ge the complete list of the controls which does not support in update panel in the following link:
http://www.asp.net/AJAX/Documentation/Live/overview/UpdatePanelOverview.aspx Check the Controls that are not compatible section.

Wednesday, March 21, 2012

trying to get hover tooltip to work in updatepanel

I use the wz_tooltip.js library for all my tooltips... Works great in regular asp.net pages but I can't get them to work properly in an updatepanel... The tooltips appear on the first pageload but then they are gone once I make an asyncronous post.

The tooltip I use can found below
http://www.walterzorn.com/tooltip/tooltip_e.htm

It looks like I may have to do something with scriptmanager but I'm not sure what

Thanks ahead of time,
Paul

-- bump bump --
anyone??

have you tried using the scriptmanager or toolkit script manager to load the script ?