Data-Driven webparts

Last post 05-21-2008 2:45 PM by mpaterson. 1 replies.

Sort Posts:

  • Data-Driven webparts

    05-21-2008, 12:20 PM
    • Contributor
      4,575 point Contributor
    • mpaterson
    • Member since 11-26-2006, 10:24 PM
    • Ipswich, MA
    • Posts 1,298

    I have been working with custom webparts and webpart editors for a few weeks now.
    I have to admit that they are awesome!

    I have a business need for data-driven webparts.
    I suppose this would negate the need for blobs but this would make my job much much easier.

    So, my question is this: have any of you managed to implement data driven webparts?
    I suppose I could just load the data in the aspx page if I can't manage to get datadriven webparts working.
    If that is the case, in which event would I need to override the blob and insert the data?

    I know it's kind of a mouthful but any help at all would be great.

    Thanks

    If everything happens for a reason what is the reason for this error?
  • Re: Data-Driven webparts

    05-21-2008, 2:45 PM
    • Contributor
      4,575 point Contributor
    • mpaterson
    • Member since 11-26-2006, 10:24 PM
    • Ipswich, MA
    • Posts 1,298

    Nevermind I figured it out.

    don't do anything in the Load and Save methods.

    Grab the data in CreateChildControls()

    If everything happens for a reason what is the reason for this error?
Page 1 of 1 (2 items)