I've basically replicated this project:
http://www.telerik.com/demos/aspnet/prometheus/Controls/Examples/Integration/FileBrowser/DefaultVB.aspx
(Though I've taken out those Quickstart references and changed the Img file to Image.)
However, I have found that in the code behind .vb file, if I use this namespace:
Then it complains that all the variable names like 'RadGrid1' and 'RadTreeView1' referenced in the code weren't declared.
Also, when I drag the menu separateer between "Name and Size" to the right, the controls fall over...
What would causing this?
http://www.telerik.com/demos/aspnet/prometheus/Controls/Examples/Integration/FileBrowser/DefaultVB.aspx
(Though I've taken out those Quickstart references and changed the Img file to Image.)
However, I have found that in the code behind .vb file, if I use this namespace:
| Namespace Telerik.Web.Examples.Controls.Integration.FileBrowser |
Then it complains that all the variable names like 'RadGrid1' and 'RadTreeView1' referenced in the code weren't declared.
Also, when I drag the menu separateer between "Name and Size" to the right, the controls fall over...
What would causing this?