Thursday, 15 August 2013

vb.net - What sort of this error means? -



vb.net - What sort of this error means? -

i have combobox in vb.net adding items , setting itemdata given below

cbaddcourse.items.add(st("first_name")) vb6.setitemdata(cbaddcourse, cbaddcourse.items.count - 1, convert.toint32(st("id")))

when trying set itemdata throwing error given below "entry in items array not of type supported microsoft.visualbasic.compatibility.vb6.setitemdata."

i have checked id value non null value.

but still throwing error .can help me regarding ?

vb.net vb6-migration

No comments:

Post a Comment