[Solved] How can I found Easy method for this in C# Windows base Application [closed]


Which database are you using? SQL Server 2008 or higher? If yes then the answer by @user3353613 will be useful. If not then you can pass comma/pipe(|) separated checkbox values to a single parameter to your stored procedure and then you can split the values inside the stored procedure to get what you need.

Hope this helps.

solved How can I found Easy method for this in C# Windows base Application [closed]