public void SearchOnKeyUp(string strTableName , string strIDColumnName , string strCodeColumnName , string strNameColumnName , TextBox txtCode , TextBox txtName , KeyEventArgs e) { string sTypedText = ""; string sFoundText = ""; string sAppendText = ""; string strSQL = ""; DBUtilities db = new DBUtilities(); DataSet ds = null; switch (e.KeyCode) { case Keys.Back: break; case Keys.Left: break; case Keys.Right: break; case Keys.Tab: break; case Ke...
Coding is one of my job from 2001. I have written codes for many projects but I cannot remember all of them. I hope this blog help me do that.