Click here to Skip to main content
15,882,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Good afternoon. I nedd to make a moda. I have a screen to news registration. On this screen, I want insert pictures in middle the text. I want to use a modal that opens when the user click in button and list the pictures registered in the system. When the user click on any picture, the modal must return a string with the Id and Type od the selected picture and close the modal. I cant't find a modal the returns a value to the previous screen. How to do this?
Posted

Have a look at: Modal Window[^]

The demo, for obvious reasons, uses the DevExpress ASPx.Net Popup Control, but you should be able to do something similar using something like ASP.NET Popup Control[^] or jQuery UI Dialog[^], even if a little more effort is required.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Salatiel Bairros 12-Sep-13 13:13pm    
Hi. I tried use ModalPopupExtender, but i succeed not and I used jQuery. Tanks
Hi. I tried use ModalPopupExtender, but I can't, so I used jQuery.
 
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