Click here to Skip to main content
16,004,602 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how can i make attractive pop window on asp.net page ??

i tried many code but it's not working so any one give me some perfect code ????
Posted
Comments
Sandeep Mewara 22-Mar-13 13:27pm    
It would be good to share what all you tried that were not working. If someone has any suggestion, they can give it accordingly.
vihangshah 22-Mar-13 23:46pm    
<asp:Button ID="Button1" runat="server" Text="Button" />
<asp:PopupControlExtender ID="Button1_PopupControlExtender" runat="server"
DynamicServicePath="" Enabled="True" ExtenderControlID="" PopupControlID ="panel1"
TargetControlID="Button1" Position ="Top">


<asp:Panel ID="Panel1" runat="server">
message
[no name] 22-Mar-13 13:44pm    
What is it that you think is an "attractive pop window"? For that matter what is it that you think is a "pop window"?
phil.o 22-Mar-13 13:58pm    
any one give me some perfect code ????

won't drive you very far, IMHO. I let you think about the 'Why' part.

1 solution

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