Developer forum
Subject
Replies
Started by
Last reply
dw:Editor error updating
I am using <dw:Editor id="myEditor" runat="server" Text='<%# Bind("OfficeDescription") %>' /> in a ListView but no matter what I do it keep adding a <p>,</p>to the end of the content every time a ...
Kim Søjborg Pedersen
29/03/2012 08:47:08
Last post: 09/05/2012 09:02:21
RegisterModule not part of DW8
Its not possible to use the article below anymore in DW8. The Dynamicweb.RegisterModules is not included in DW8. http://developer.dynamicweb-cms.com/documentation/for-developers/dynamicweb-modules/building-modules-series/auto-registering-modules.aspx ...
Magni J. Hansen
08/05/2012 18:17:09
Last post: 08/05/2012 23:11:15
Dynamicweb.UserManagement class is not visible
An obsolete warning for using Dynamicweb.UserManagement.User is shown when using Dynamicweb.Backend.User in DW8.
The Dynamicweb.UserManagement.User is not visible in the Dynamicweb assembly.
You should correct the obsolete message. There are other po ...
Magni J. Hansen
08/05/2012 10:33:06
No replies yet
Accessing Order fields
Hi guys,
Wanted to know how can I access order fields that I setup in the order management center?
Lets say I have a checkout event, I access the order object, but how do I access it? From eCommerce.Cart.OrderIsPassedToCheckoutHandlerArgs myArgs
I ac ...
Dmitrij Jazel
07/05/2012 10:26:34
Last post: 07/05/2012 13:16:24
CustomFields not available through NewsItemDetailsTemplateExtender
I'm busy building an NewsItemDetailsTemplateExtender and I want to be able to loop trhough my customfields. However in the extender I see a property called 'Item.CustomFields' but it's count is zero and so it doesn't contain any of my customfields. B ...
Jop Reuvers
03/05/2012 10:56:22
Last post: 03/05/2012 11:03:56
Outlook 2007 Calendar integration
Hi developers, Anyone did some integration to a Outlook 2007 Exchange Calendar ?
We have a client that want to have upcoming events listet on a page in Dynamicweb, we are about to make an offer so looking to know what can be done and some kind of pri ...
Thomas Nielsen
02/05/2012 16:30:03
No replies yet
Dynamicweb.Templatev2.Template is obsolete
Hi guys, I am working with dynamicweb 8.0.1.5, can feel it should be quite easy to solve this one.
After I linked to DW 8.0.1.5 application, I could not build, the error says that: Dynamicweb.Templatev2.Template is obsolete and I should use Dynamicwe ...
Dmitrij Jazel
26/04/2012 22:19:23
Last post: 02/05/2012 10:10:19
10
Subscribe
Properties empty with custom module
I'm working on a custom module. In the backend i'm able to select a photoalbum which I want to attach to a specific newsitem. The page load looks like this; Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load Dim pro ...
Rob Lohmann
01/05/2012 10:37:40
Last post: 01/05/2012 13:27:26
DW8 Upgrading - CustomFields prop on NewsItem always 0
I just upgraded a solution and the only thing I don't can solve is this problem I have a Dynamicweb.Modules.News.NewsItem newsItem = new Dynamicweb.Modules.News.NewsItem(newsID); and newsItem.CustomFields is always 0. Is it a bug or is there another ...
Kim Søjborg Pedersen
24/04/2012 13:14:13
Last post: 24/04/2012 13:23:52
Web handler and extranet user login
Hi, I am having difficulties trying to login users from web handler.
The web handler by itself works, only the login part does not work for me.
Have searched documentation and forum and found few ways to do that, but after quite some tries still coul ...
Vilius Janulis
23/04/2012 15:47:26
Last post: 23/04/2012 15:50:43
Get details about current extranet user
Hello DW guys, Wanted to know how can you get the username of the current user logged to the extranet.
I found this piece of code here, similar thing I want to achieve: Dim usr As Backend.User
usr = Session("DW_Admin_User") Only thing I nee ...
Dmitrij Jazel
20/04/2012 14:15:30
Last post: 20/04/2012 15:08:25
Add a Tag to each loop element after the CommitLoop()
Hi, Imagine that I have created normally a loop (variable "loopTemplate") with 3 elements in a template (variable "template"), and the result can be shown like this: <!--@LoopStart(Person.DivisionsList)--> Counter: <!--@P ...
Diogo Lino
18/04/2012 12:10:19
Last post: 18/04/2012 15:35:53
Upgrading to DW8 - Dynamicweb.RegisterModule
This function appears to have moved, anyone knows where to? ...
Allan Harling Michaelsen
18/04/2012 14:08:38
Last post: 18/04/2012 14:17:16
Error Saving ModuleSettings on database
Hello, I'm trying to create an _Edit file with a FileManager to choose a template. <dw:FileManager ID="FrontEndTemplate" runat="server" folder="/Templates/CustomModuleXPTO/" /> On the top I have the control on the ...
Diogo Lino
02/04/2012 13:05:07
Last post: 18/04/2012 11:25:10
Get total amount of item just bought
Hello DW guys :-) I am trying using product Dynamicweb.eCommerce.Products.Product and I wanted to know how can you get a total amount of this product just bought (total units added to ShoppingCart). Kind regards,
Dmitrij ...
Dmitrij Jazel
17/04/2012 13:44:36
Last post: 17/04/2012 16:36:20
"Giro kort" checkout complete event question?
Hello DW guys,
I am trying to get to the event that happens right after the user is done with shopping and clicks on the checkout button.
No matter if transaction was successful or not.
The user will only have a possibility to pay via check "gir ...
Dmitrij Jazel
17/04/2012 11:34:47
No replies yet
Upgrading to DW8 - Paginghandler
Hi
As we're upgrading a solution for a customer and need to make changes to the custom code we ran across the use of the paginghandler. Now the question is, is there a equivalentfunction in DW8 to replace this one?
/Allan ...
Allan Harling Michaelsen
17/04/2012 09:33:25
Last post: 17/04/2012 11:25:17
Web service functionality in ashx file error
Hi i need to create web service in the server along with DW solution.
So when it makes http request, it should return some data from DW. But i faced the problem just in the start of the creation. An unhandled exception was generated during the execut ...
Vilius Janulis
11/04/2012 13:33:08
Last post: 16/04/2012 16:07:33
Run module code at application startup?
Hi,
is it possible to create a module that has some code that runs automatically at application startup?
Is there some interface that I can implement or something like that to get code to run automatically? Otherwise I'm thinking about inheriting Dyn ...
Mats Lycken
16/04/2012 08:37:54
Last post: 16/04/2012 16:00:31
Load menu only once
Hi! I have created a treeview menu using JQuery displaying product groups, but every time I click on a menu item to view the products, the menu is generated again and that takes a little time. Is there a way to make the menu load only once, when the ...
Per Ljung
16/04/2012 09:44:51
No replies yet