|
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.
|