把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
浙公网安备 33010602011771号