Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to open an popup window from the parent web page in code behind page, that too without using window.open(), This pop up should be fixed inside the parent page

There are two buttons in parent page, when i click Button1, pop up page textbox should show as "Clicked Button1".I second button as "Clicked button2".

Kindly help me as soon as possible,, Thanks in advance
Posted
Comments
Sandeep Mewara 17-Dec-10 0:23am    
What do you mean by 'without using window.open()'?

1 solution

Why don't you try AJAX modal popup dialog (provided in AJAX extender toolkit.)

or try this:
ASP.NET Popup Control[^]
 
Share this answer
 
v2

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