Showing posts with label pretty. Show all posts
Showing posts with label pretty. Show all posts

Wednesday, March 28, 2012

ASP.NET AJAX Incomplete Documentation

While the docs are pretty nice, nicely formatted and have some decent examples, theyre very incomplete.

Just as an example; try to find Sys.Browser anywhere on the docs site. I sure cant.

When is the documentation going to be updated and complete?

That is screwing me as well. Instead of giving us the documentation your soon here microsoft annoucing another version of ajax! also un-documented.


Thank you for this feedback, and I am sorry Sys.Browser is missing from the documentation. I will find out when documentation for Sys.Browser will be published.


Thanks again for the feedback. This class will be documented and I'll post a link to this thread when it is ready.


Gosh, if documentation of a javascript function were 'screwing' me, I'd probably go do something crazy like, I don't know, open the ajax.debug.js file and look at the available methods and their signatures.

But that's just me.

Wednesday, March 21, 2012

ASK.COM Style Data Preview

Hi all,

My requirement is pretty simple, just wondering if anyone has any tips/code to do this. Really, something exactly like this -->http://www.dhtmlgoodies.com/scripts/ajax-tooltip/ajax-tooltip.html

Only, I'd like to use AJAX ASP.NET, not an external JS library. I have a search engine bringing back results, let's say first name, last name, and company. I want to show further detail on the person you're rolling over (preview their profile)

Has anyone done this? Would appreciate any code or just being pointed in the right direction.

Thanks for your time!

Hi,

The Hovermenu extender exposes similar functionality.

http://ajax.asp.net/ajaxtoolkit/HoverMenu/HoverMenu.aspx

Hope this helps