2

I have got some sample code for creating a custom module from here:

Custom Sitefinity module sample

On the BooksListView.ascx it says "Display list of books here." but I am unsure of how to do this. Can anyone help or even better have a completed sample module.

I am using Sitefinity 3.6.

DaveC
  • 552
  • 1
  • 4
  • 20

1 Answers1

1

The Introduction to Sitefinity Intra-Site Module Creation webinar was recently posted online.

In addition, several blog posts and samples were posted on this subject to the Sitefinity Developer Blogs.

Gabe Sumner
  • 4,978
  • 6
  • 33
  • 43
  • I have been waiting for that webinar to appear online, thanks. – DaveC Apr 21 '09 at 08:52
  • @Gabe, I'm having trouble with custom intra-site modules in SF 5.1 not installing. I've looked at the SDK sample and mimicked what it's doing, but it just won't work. How can we debug install problems? PS. It won't even stop at a breakpoint in the install method – Jacques Sep 18 '12 at 15:15