protected void ButtonSubmit_Click(object sender, EventArgs e) { DR_Fragments frag = new DR_Fragments(); frag.SaveChanges(); DR_FragmentLRA LRA = new DR_FragmentLRA(); LRA.ID = frag.ID; LRA._Text = textBoxLRA.Text; }
internal LRA(DR_FragmentLRA dr) : base(dr) { if (dr == null) DataRecord = new DR_FragmentLRA(); }