Click here to Skip to main content
15,891,828 members

Comments by sam_matte (Top 17 by date)

sam_matte 16-Aug-17 9:53am View    
Found the solution. Until now i was using lists to populate dropdowns, I used datatables instead directly. Also, instead of inserting Column Types as selectedvalue of dropdowns, I replaced column type with column names. The new changes were accepted promptly. Thanks for your effort anyway Kartik.
sam_matte 16-Aug-17 8:16am View    
If you look at the first section of code, you'll see I've populated different datatables with oledbdataadapter. I'm not using same datatable for population of dropdowns.
sam_matte 16-Aug-17 7:05am View    
doesn't matter if there's no datasource here. I'm adding items by constructor. Databind is just an additional precaution to bind the added items.
sam_matte 16-Aug-17 7:02am View    
there's only one sheet for now.
sam_matte 16-Aug-17 5:24am View    
I've updated the code please take a look