luthers

Hi,

I am relatively new to windows forms. I've created a dynamic datagridview,

DataGridView Dbv = new DataGridView();

Dbv.DataSource = ResultsDataTable;

this.controls.Add(Dbv);

But how do i create event handlers for this dynamic control

thanks in advance.




Re: .NET Framework Data Access and Storage Event Handlers Dynamic controls

timvw

You could start with posting in a forum where it's relevant, eg: http://forums.microsoft.com/MSDN/default.aspx ForumGroupID=2&SiteID=1