How to retrieve a column name and set to textbox
I have a table product(productid , productName , productRate).....for product name i have given a combo box and for rate a textbox...
what i want is.....when i select an item from combo box its respective rate should be set to corresponding rate textbox....!!!