i Have a textbox and CheckBoxList
If i enter orderid in TextBox(order id is the column name in my database) ,that time want to show the status of order id in CheckBox List
In the CheckBoxList i have four items
Renovated,completed,validated,cancelled
how to show clicked ,for example the orderid renovated or completed,validated,cancelled
Please give me a solution