New Post: How can I set the href attribute to the data field in the anchor...
Hi Priyanka, Visual Functions will only help you presenting data - if you need something like a list/detail view you need to use one of the more powerful type of functions, like XSLT Functions, Razor...
View ArticleNew Post: Blog package repair
Hy I have a site with blog package with lots of posts and data. I moved this site to another server. I copied all files to the new and everything works fine. I would like to update blog package but it...
View ArticleNew Post: Store media in MS SQL database
Sorry all my msgs! Last: The provider is almost working. I can add and delete folders and files. The only thing i couldn't resolve is de "cut and paste". I have two diferent exceptions comming from...
View ArticleNew Post: Data Usage
Just want to leave a little update. The data usage over the last month have been significant lower. I have not been using the log viewer nor been logged in to the console.
View ArticleNew Post: Store media in MS SQL database
You're most likely iterating over a lazy-loaded IEnumerable collection, while doing new data lookups. Fix for this is usually to call .ToList() before enumerating to be sure not to keep the datareader...
View ArticleNew Post: Store media in MS SQL database
Hello! I did all the ToList() to all lookup methods but still having same 2 exceptions. For the others methods i am calling, like "moveDirectory" that updates data on the database can i make the...
View ArticleNew Post: Store media in MS SQL database
Have you tried this? using (DataConnection connection = new DataConnection()) { var subfiles = (from f in connection.Get<Composite.Media.DBMediaFile>() where f.FolderPath.Contains(oldFolder +...
View ArticleNew Post: Programmatically create jquery Mobile form elements
Hi, I'm having some datatypes that needs to be presented in form layout on mobile devices. For ensuring that the form is presented in a similar way across devices and being scalable we use jQuery...
View ArticleNew Post: IE 10 dont' like Composite admin interface :-(
Since yesterday I get following message on my WIN7 with IE10. :-( Bad browser Your browser type or version is not currently supported in Composite C1. Please use a recent version of Firefox or...
View ArticleNew Post: IE 10 dont' like Composite admin interface :-(
We are working hard to get a patch 4 for 3.2 out of the door, resolving this issue. Since Microsoft finally came to their senses and got web standards right in IE9 and IE10 this is a fundamental...
View ArticleNew Post: Additional Datasources
johntom I haven't used it, but Kellerman Software has a LINQ provider for Firebirdhttps://www.kellermansoftware.com/p-47-net-data-access-layer.aspx
View ArticleNew Post: Additional Datasources
mawtex I haven't used it, but Kellerman Software has a LINQ provider for Firebirdhttps://www.kellermansoftware.com/p-47-net-data-access-layer.aspx
View ArticleNew Post: IE 10 dont' like Composite admin interface :-(
Nice to hear that MS came to their senses, and there is an future solution for my favorite CMS :-)
View ArticleNew Post: Tried to install the masterpage package: unable to load...
Hi, I'm fairly new to Composite C1. I'm using version 3.2 and I tried to install to Contribution package related to Master Pages... and got this error (sorry that's a rough translation, error message...
View ArticleNew Post: Item open in console?
Hi, Is there a way to verify if a (data) item is open in the console? And from there can I focus or close the item? Need the access from a workflow. thnx, JamBo
View ArticleNew Post: Programmatic datatype creation
Hi! I'm trying to move all my datatypes into code, so I created class library project, referenced it from website and created a datatype...
View ArticleNew Post: Programmatic datatype creation
Add the following attribute to your interface:[RelevantToUserType(UserType.Developer)] Tip: A fast way to get the source code for an existing data type is to use the static data type creator package.
View ArticleNew Post: Programmatic datatype creation
Thanks for reply! After I added RelevantToUserType attribute to the code, I got an exception on EnsureCreateStore method call. I've removed it and still got nothing in console. I tried static datatype...
View ArticleNew Post: Programmatic datatype creation
Does it matter if I put both types in standalone assembly and reference it in my CompositeC1 project. Standalone assembly if fine. It also doesn't shows in console after application restart. If you by...
View Article