[I think I have it but is there a way to open an aspx page from a class in c#?]
I am developing a multilingual site using Umbraco and have set it up that when content is added to the tree it will be automatically duplicated to all languages. I now need to set up a confirmation dialog that reacts to the Umbraco event and calls a simple
confirm to get a bool back.
I have never used asp before and I am trying to get my head around it. Do I have to create a new page completely? Any help would be appreciated.
The_Cthulhu_...
Member
7 Points
6 Posts
Creating a single confirm popup fired by an event in a public class
Nov 08, 2012 01:30 PM|LINK
[I think I have it but is there a way to open an aspx page from a class in c#?]
I am developing a multilingual site using Umbraco and have set it up that when content is added to the tree it will be automatically duplicated to all languages. I now need to set up a confirmation dialog that reacts to the Umbraco event and calls a simple confirm to get a bool back.
I have never used asp before and I am trying to get my head around it. Do I have to create a new page completely? Any help would be appreciated.