摘要:
如果该dataGridView是跟数据库绑定的,则可以触发DataBindingComplete事件: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1private void dataGridView1_DataBindingComple... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1DateTime dt = DateTime.Now; 2Label1.Text = dt.ToString();//2005-11-5 13:21:25 3Label2.Text =... 阅读全文