Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
I am looking at implementing your JsDialog option in my application. The only sample you have is in MVC. Do you have an example of implementing it in asp.net c#?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You are confusing a lot of things:
1. The sample code we have uses WPF. It has nothing to do with MVC; 2. EO.WebBrowser has nothing to do with ASP.NET;
A minimum example of JSDialog is an empty event handler. In that case the default dialog will be used. If you want to use your own dialog, then you use whatever technology/code that you already have to write your own dialog. How to implement a dialog in your own application has nothing to do with our product. So we are not in a position to assist you on that part. You will need to figure that part out yourself.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
Sorry, I meant WPF. I will stay with the default Chrome alert box for now.
|