javascript - Show user information on mousehover -


on mouse-over wish show user information such user id, user name, user location, user age etc. info coming database. well, information in rectangular block come-up on mouse-over.

i aware javascript use show div (in mouse-over) don't know how fetch database?

plus application windows based asp.net application. not aware whether possible in windows based i'm web based developer.

thanks inputs.

you use jquery qtip plugin can display dynamic content, see documentation at

http://craigsworks.com/projects/qtip/docs/tutorials/#dynamic

and demo @

http://craigsworks.com/projects/qtip/demos/content/loading

the url parameter should point @ aspx page show text loaded database.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

c++ - Convert big endian to little endian when reading from a binary file -