How to show widget in button click ?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have started my Web developemnt in C# using Orchard CMS recently. I have developed widget(say XYZ) using Orchard..I have a main widget(say ABC) available with a button in it. On click of button i would like to display my newly created widget XYZ. How to use it in cshtml of ABC widget or how to develop tht ?