| Author: rajanigrandhi 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
instead of cboxDescription.Text = ds1.Tables(0).Rows(0)(1) write like cboxDescription.items.add(ds1.Tables(0).Rows(0)(1).toString())
|
| Author: Shabbir 04 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
Sorry it doesnt solved my prob. Plz provide me some other soloution
|