|
let me explain my problem with the example.
i have a Table called Order Table. Two fields ProductId OrderName (for simplicity i took only two fields)
i need to show gridview one combobox ,showing product names (it is from product table) and text box showing order name
i need to add/modify/delete
i tried with unbound columns . but i could not set the datasource for the first column (that is product Name)
kindly help me to solve the problem
|