Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jason Gochanour 3 posts 20 karma points
    May 18, 2009 @ 17:34
    Jason Gochanour
    0

    Output Datatype Values to Site

    I've been working on my own datatype, using Tim's guide at Nibble.de. I'm having some trouble getting data out to my site though.

    What part of the code handles sending data to the front end to be displayed? I can't seem to figure it out. I've got my datatype interfacing with SQL but I can't get it to output to HTML. Is there a specific method that handles it?

    -Thanks
    -Jason

  • Tim Geyssens 1060 posts 27 karma points
    May 19, 2009 @ 08:37
    Tim Geyssens
    0

    Hi Jason,

    Check out this part

    void DataEditorControlOnSave(EventArgs e)

    {

    base.Data.Value = m
    control.Text;

    }

    base.Data.Value is wat is going to be saved

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies