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

  • Comment author was deleted

    May 19, 2009 @ 08:37

    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

Please Sign in or register to post replies

Write your reply to:

Draft