Approach to store the value of gridview checkbox column checked in component UI

  • All,

    I am a new bie to SSIS. I am facing a particular problem of trying to communicate the value of checkbox checked value to a class file. Below eg is outlined as this.

    I have a requirement to design a component having certain operations like "Trim", "Data Clean","String Reverse". These are populated in a checkbox gridview. Database columns get populated on a different gridview on the same page. This page i call it as ReverseStringUIForm.cs

    I got a class file called as ReverseString.cs which contains DTS functions like Process Input, ProvideComponentproperties ....etc.

    I am able to deploy the component to the SSIS package and also see which value i checked in the "Checkbox" (while debugging). Now my requirement is that if i click on "OK" button on the UI, the checkbox value as in "Trim" should reach the ProcessInput method in the ReverseString.cs.( i have the switch statement to distinguish between the operations in the Process input method.)

    I read about custom properties in SSIS but somehow not followed the approach.

    Can anyone please help me with the step by step coding as to how to communicate the value to ReverseString.cs ?

  • I find that I also become to want the proper answer eagerly after read your problem. I've had some experience with a WinForms UI GridView component before, however, for the GridView CheckBox Column, I never did any studies. Don't know if you have this problem fixed or not. I am quite interested in the GridView in this field.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply