How can I populate a combo box(with a database table field) in a datagrid while populating the datagrid? please help me by sending c# code. Tirthadip Mukhopadhyay
How can I populate a combo box(with a database table field) in a datagrid while populating the datagrid? please help me by sending c# code. Tirthadip Mukhopadhyay
You can provide an event handler for the ItemDataBound event of the DataGrid control, and populate the dropdownlist control in the handler. You can find sample code from the site datagridgirl[^].