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++ - Convert big endian to little endian when reading from a binary file -

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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -