There is no "COLUMN" visibility property. There is a row visibitly property and there is a cell specific visibility property. Not for COLUMN!
kholland15
Posts
-
How to hide columns in rdlc file at run time -
web folder viewI have set up an ASP.NET application that stores user, project, and timeline informaiton in a database and allows the display of various grids and charts based on the information entered. I would like to allow storage of files on in a specified directory on the web server. Since this is an internal server that already has proper folder security set up for all users involved, I decided to simply insert an iframe with a UNC source path. My problem is that everyone who visits the site gets the folder displayed in an iframe with their default Windows view settings. For users who have tiles or icon views enabled, the pictures are too large to display a usable file listing in the small iframe I have created. I need to figure out how to force a default view state of either detail view or list view for all users who visit the site. My strong point is transact sql, not vb.net programming, and I have as of yet not been able to find any reference to programatically forcing a default view state for Windows folder browsing. Does anyone know how to do this? Kevin