Hello,
I need help with setting up a flowlayoutpanel on C# programmatically.
Here' s my case:
I have a stored procedure that selects records (more than one) and i want to show them into the flowlayoutpanel one record after another. Each record will be one row, and the panel should have as many rows as the stored procedure returns. I should be able to add, edit and delete rows (records).
Any suggestions or examples will help.
Thank you in advance.
Loading
DealyPosted Sep 14, 2009, 3:55 AM
I don't know if it's possible, if anyone can help me i would appreciate it.
Thanks for trying to help me though :)
Master BillaPosted Sep 10, 2009, 6:56 AM
I think this is help to you
http://en.csharp-online.net/FlowLayoutPanel
thank you