Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi lee i have a big problem! I cant access to Helpers, so Login no work, Register, and the PrettyDate no work too. What could I do?
ok, I generate again the code from source, login and register work again, but the Date is not displayed.
If I change this:
<%# Helpers.GetPrettyDate(((ForumPost)Container.DataItem).CreatedOn.ToString())%>
For this:
<%# ((ForumPost)Container.DataItem).CreatedOn.ToString() %>
The date is displayed: 01/06/2012 19:46:37
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
I cant access Helpers from nForum.BusinessLogic
Hi lee i have a big problem! I cant access to Helpers, so Login no work, Register, and the PrettyDate no work too. What could I do?
ok, I generate again the code from source, login and register work again, but the Date is not displayed.
If I change this:
<%# Helpers.GetPrettyDate(((ForumPost)Container.DataItem).CreatedOn.ToString())%>
For this:
<%# ((ForumPost)Container.DataItem).CreatedOn.ToString() %>
The date is displayed: 01/06/2012 19:46:37
is working on a reply...