I'm starting to use WebUpload control that is part of ASP Netadvantage package. Our current version is :
Version=11.2.20112.2086
The manual suggests to put the following reference to the page :
<link type="text/css" href="/Styles/ig/jquery.ui.custom.css" rel="stylesheet" /><link type="text/css" href="/Styles/base/ig.ui.min.css" rel="stylesheet" /><script type="text/javascript" src="/Scripts/jquery-1.4.4.min.js"></script><script type="text/javascript" src="/Scripts/jquery-ui.min.js"></script><script type="text/javascript" src="/Scripts/Samples/combined/min/ig.ui.min.js"></script>
I can not find any of these files... can you advise where they could be located ?
Hi mcseidel,
You can check resource files(like javascript, css, images, etc) in the directory where you have installed your netadvantage package. Also you can add WebUpload control in Visual Studio in design time and it will ask you to put resource files. These files should be located in your project folder. Also you can check this link for more information: http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/
Thanks,
Miro H
I checked location where package installed before , there aren't any files there with specified names. There are other files over there, see dir snap shot attached.