Socarsky
Well-known member
I need to know that how do I pass data to form controls if I get a result of my query to SQL?
I need to pass data to those TextBoxes, Comboboxes and RadioButton after I get a positive result of my query.
Each control related one code and that code contain each controls data in a table.
It is not a gridview mean that I cannot bind whole datarows at the same time.
I need to make it parse and bind it to each controls design on form. Hope I could convey.
I need to pass data to those TextBoxes, Comboboxes and RadioButton after I get a positive result of my query.
Each control related one code and that code contain each controls data in a table.
It is not a gridview mean that I cannot bind whole datarows at the same time.
I need to make it parse and bind it to each controls design on form. Hope I could convey.

Last edited: