Welcome to Pintexx Forum Sign in | Join | Faq

pinTab

Started by rhett at 07-26-2006 3:52 . Topic has 1 replies.

Print Search
Sort Posts:    
   07-26-2006, 3:52
rhett is not online. Last active: 13.07.2006 00:40:26 rhett

Top 150 Posts
Joined on 07-11-2006
Posts 4
license problems
Reply Quote

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.


   Report 
   07-26-2006, 8:54
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: license problems
Reply Quote

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


   Report 
Pintexx Forum » Developer Produ... » pinTab » license problems