uxrummerd9
New Member
I am new to the ASP.NET world and I need to do a popup to select some data.The idea is that the user can select one or more options with a CheckBox. When he presses a button a popup appears with a list of options loaded from the database.I don't know how to create a popup with those options and receive the selected options when the popup close. But I know how to do the option list from the database with a repeater.