I have a SQL table with Project Column value as 'Project1,Project2,Project3' I need to update this row if they select a different value like 'Project4' from the telerik dropdown list as 'Project1,Project2,Project3,Project4'
I get the value from the dropdown same as 'Project1,Project2,Project3',so I will send this as a paramter to SQL.
Suppose if they select 'Project5,Project1'...Project1 should not be added as its already there.
Can some one suggest how do I check for new and existing values and update accordingly. My simple update is not working for this scenario.Kind of struck.
Thanks