Hi Folks - Apologies in advance, this may not be the best place to post.
I have an ASP.NET 3.5 app. I have a page with a multi-select listbox, a button, a radgrid and a SQL datasource. The datasource has one param that looks sorta like this ...
<asp:ControlParameter Name="Param1" ControlID="lstParam1" PropertyName="SelectedValue" />
so, currently, without any extra code, only the first selected value from the listbox is passed to the sql datasource.
I have code to make a comma sep list of the multi selected values, and I have a sproc for list_to_table type functionality so thats not the problem.
Problem is that Im having a hard time finding the right event to use to override the default value of this param.
I can supply more markup/code if needed.
Any help is appreciated ... apologies agian if Im using the wrong forum.
I have an ASP.NET 3.5 app. I have a page with a multi-select listbox, a button, a radgrid and a SQL datasource. The datasource has one param that looks sorta like this ...
<asp:ControlParameter Name="Param1" ControlID="lstParam1" PropertyName="SelectedValue" />
so, currently, without any extra code, only the first selected value from the listbox is passed to the sql datasource.
I have code to make a comma sep list of the multi selected values, and I have a sproc for list_to_table type functionality so thats not the problem.
Problem is that Im having a hard time finding the right event to use to override the default value of this param.
I can supply more markup/code if needed.
Any help is appreciated ... apologies agian if Im using the wrong forum.