how to add event in dataGrid in C# -
I have a datagrid that is dynamically created. Now I need to add an event, I load another form when I click on a specific cell in the datagrid. How do I get C # VS I can do in 2005
You yourobject.NameOfEvent + = new nameoffend handler (method);
Comments
Post a Comment