Hi all,
in C#.net 3.5, windows application
How can i add a user control to Datagridview row dynamically?
suppose i have a usercontrol with textbox and button
i want to add this control(textbox , button) to each row of datagridview
is it possible in windows application?
If any one knows please Share somecoding.
Thanks in Advance
in C#.net 3.5, windows application
How can i add a user control to Datagridview row dynamically?
suppose i have a usercontrol with textbox and button
i want to add this control(textbox , button) to each row of datagridview
is it possible in windows application?
If any one knows please Share somecoding.
Thanks in Advance
Comment