Re: license problems

pinTab

license problems


rhett 07-26-2006, 3:52

I purchased the license for ASP.NET 2.0, but it seems like when I set the licensekey property it has no effect. I must be doing something wrong.

Here is my code, and where I'm setting the licensekey property:

....

if(id == "branchTab") {
    objTab.design = "3";
    objTab.orientation ="0";
    objTab.tabarea = true;
    objTab.designmode = "IMAGE";
    objTab.licensekey = "5B...";
    .....   objTab.add(item);
    
    objTab.create();

 

am I confused? any idea? Thanks.

Re: license problems


Pintexx Support 07-26-2006, 8:54

Hi,

I'm sorry but I do not understand the code.
If you use pinTab in ASP.Net 2.0 you do not have to use Javascript code. 
You can add items with item property etc.

The licensekey property is part of the server control.

Please refer to the samples.

Regards,
Hans-Peter