narasiman rao

narasiman rao

  • NA
  • 519
  • 747.9k

Keypressevent inDatagridviewusingcsharpwindow applic ation

Jan 5 2013 2:39 AM
 how to use Key press in Data Grid View.how to do.

 i write the below code it is correct.


 private void datagridView_KeyPress(object sender, DataGridViewKeyPressEventArgs e)
       {
         

       }
the above code is correct.

if it is correct ok.if not please send the code for the datagridview keypress.