Hey all,
I have check box list on which is binded to one of the coulmn in table A. It is not bit column
40
50
60
70
In another table B have value in one row named like 40, 50, 60 etc
While loading a checkbox list I want to check if value exists in row of Table B than check box shd be checked.
I tried getting to row value in array
string setting = qq.ExecuteScala r().ToString();
string[] title = setting.Split(' ,');
i don't know what to do next.
Thanks
I have check box list on which is binded to one of the coulmn in table A. It is not bit column
40
50
60
70
In another table B have value in one row named like 40, 50, 60 etc
While loading a checkbox list I want to check if value exists in row of Table B than check box shd be checked.
I tried getting to row value in array
string setting = qq.ExecuteScala r().ToString();
string[] title = setting.Split(' ,');
i don't know what to do next.
Thanks
Comment