Support to ASP.NET (Web Based Applications)

Started by Ravindra, January 18, 2017, 09:53:19 AM

Previous topic - Next topic

Ravindra

How can i use AudioDJStudio in Web Based Applications ?
With ASP.NET ?
Does it support ?

When i open web based application i don't see AudioDJStudio component.

Regards,

Ravindra.

Administrator

Hello,

unfortunately "Audio DJ Studio for .NET" is a .NET Winform control so it cannot be used within ASP.NET applications. A possible solution would be adopting our "Active DJ Studio"
http://www.activedjstudio.com
which is the ActiveX counterpart of "Audio DJ Studio for .NET"; as you may know, ActiveX controls can be instanced inside HTML code and driven by JavaScript code which may be generated directly by your ASP.NET code: that said, it must be remarked that ActiveX controls are only supported by Internet Explorer and not by other browsers.

The product documentation contains a tutorial related to its usage inside web applications:
http://www.activedjstudio.com/help/amp3dj_000134.htm
and a small web application is available and pointed inside the tutorial (obviously you will have to install the trial version of the component before running the web application).

Kind regards

Severino Delaurenti
MultiMedia Soft


Ravindra

Hi Severino,

So i have to purchase it separately ?
Any discounts ? Since i already have AudioDJStudio.

Regards,

Ravindra.

Administrator

Hello,

discounts are always available for our existing customers: I've sent you a private message on this topic.

Kind regards

Severino Delaurenti
MultiMedia Soft

Ravindra

Hi Severino,

Thanks for offering discount. Eventually we will buy once we finish evaluation.

We are now evaluating ActiveDJ.

1. I am using Visual Studio 2008.
2. The project is Web Application.
3. Please guide me step by step how do I add ActiveDJ OCX on my web form.
4. I followed Tutorial guidelines. I see Amp3dj1 control in my project. (Added With HTML coding using Object method.)
5. I would like to use VB coding in the project instead of HTML / Java script.
6. First of all even though Control Amp3dj1 exists in the project control window, it is not
    accessible in VB coding window ??
    I mean Amp3dj1.  does not show anything.
    I also tried to create object. It failed.

Can you tell me how do I get the control in my VB coding window ?

Finally I want to pass this object to DLL to perform further operations.

Regards,

Ravindra.

Administrator

Hello,

I'm not an ASP.NET expert and i know almost nothing about usage of web forms so I cannot give you guidelines about this topic but, as far as I know, VB code should be executed server side while ActiveX components are executed client side so you cannot access the ActiveX control from code executed server side. The only thing you can do is to design your server side code to generate the appropriate HTML/JavaScript code that will be executed client side.

Sorry for not being of much more help on this topic.

Kind Regards

Severino Delaurenti
MultiMedia Soft