Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to implement a list like below in my web form

1. Mr. ABC
2. Mr. DEF

The thing is that when I click on a certain name it should display all information about the particular person inside a small popup message or window that should auto close when I click on a second link.

I can implement that auto close scenario by using a java script.

How can I implement that pop window using database?
Posted
Updated 20-Sep-10 3:13am
v2
Comments
Johnny J. 20-Sep-10 9:14am    
I have edited your subject text. The subject should say something about your question so that people that know something about that subject will feel compelled to read the question. You should never write a general statement like "I need help" in the subject text.
Strider1987 1-Oct-10 23:29pm    
k. Thank you for ur Advice Mate.

Take hints from this article of how to open a new window from parent page: Partial update of parent page via AJAX (ASP.NET 2.0) on close of a child window - conditionally[^]
 
Share this answer
 
It is how you create your CSS and html correctly.

If you want it from client side, why dont you create the whole thing in client end.

Use this :
http://www.dynamic-tools.net/toolbox/popUp/[^]

From client end handle the popup correctly using javascript.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900