|
Rank: Advanced Member Groups: Member
Joined: 7/25/2007 Posts: 34
|
Good afternoon I have edited a EO AjaxUploader control layout, by putting in a textbox control In the FileUploaded method i'm trying to access the text value of that control, but he can't find it. What is wrong in this case? here is the code i'm using:
Code: Visual Basic.NET
Dim Value_title As TextBox = CType(AJAXUploader1.FindControl("Title"), TextBox)
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Your code is correct. Please check whether you have the latest version. If you do have the latest version and the problem still occurs, please create a test page and post the complete page contents and code. We will then look into it and see what we can find.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 7/25/2007 Posts: 34
|
Good morning
The version associated is "EO.Web Controls Developer License (2007.1) " If this is a component error, i think i shouldn't have to upgrage de license. Do you make the upgrade free of change in this s situations?
By the way. what are the main functionalities on the recent version, and what's the cost if i want the upgrade?
thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You should be able to get the license for 2007.2 for free. Just log into your account and click "View" next to your order. See if you see "License Keys for 2007.2" there.
Thanks
|
|