LadyDragon
Programmer
I'm trying to create a popup message to prompt a user Y/N whether they really want to delete a user before proceeding. The MessageBox class has the functionality I need, but my application is a web app. The MessageBox class resides within the System.windows.form.dll assembly however. Is there similar functionality within the System.web.* assemblies, or is there a way to use the classes located in the System.windows.form.dll assembly in a web app? When I tried referencing the System.windows assembly in my project, I got an error when I tried to build. (It couldn't find the definitions).
Any help you can provide will be greatly appreciated!
Thanks!
Juls
Any help you can provide will be greatly appreciated!
Thanks!
Juls