文章分类 -  .Net

把RichTextBox中的文本保存到Sql Server中(C#)
摘要:保存: private void btnSave_Click(object sender, System.EventArgs e) { FileStream stream = null; SqlConnection conn = null; SqlCommand cmd = null; try { richTextBox1.SaveFile( "temp.rtf" ); stream = ne... 阅读全文

posted @ 2007-02-27 17:14 老家义县的 阅读(216) 评论(0) 推荐(0)

导航