Rank: Newbie Groups: Member
Joined: 11/8/2007 Posts: 1
|
Hi, I use the control in the user control within web form. the web form also use master page and somehow after upload I am not able to see the progress bar, check box and file list. When I test it on the plain web form it work fine. could it be the nested page or could it be conflict with my css? Also do you have documentation on how to manipulate the file in code behind once it's uploaded? Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi, Mostly it has to do with your .CSS. Try to comment out your code block by block and it should be easy to find out. Here is the sample code: http://www.essentialobjects.com/Demo/Default.aspx?path=AJAXUploader\_i8The complete source code of the whole sample project is on your hard drive. You can go to Start -> EO.Web Controls 2007.1 -> EO.Web for ASP.NET 1.1/2.0 -> Live Demo -> Live Demo Source Code C#/VB to open the demo project. Thanks
|