Binding FlowLayoutPanel to Stored Procedure
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.