Create a popup in ASP.net for user input

I am creating a web application and I need to create a popup to accept two fields (possibly more) from the user.

Any suggestions?

+4
source share
1 answer

You can use the modal popup expander provided by Microsoft. Look at it.

Or you can use jquery for this. Look here.

+4
source

All Articles