DataList Control in vb.net windows application forms

Posted by KoolKabin on Stack Overflow See other posts from Stack Overflow or by KoolKabin
Published on 2010-06-06T07:32:39Z Indexed on 2010/06/06 7:42 UTC
Read the original article Hit count: 351

Filed under:
|
|
|
|

Hi guys,

I am upgrading my application from vb6 to vb.net.

I used to populate my data in datalist control in vb6 forms. I am not finding it in vb.net windows form application. Which one control is the equivalent to it?

How can i list my data in that control?

just like: I had a table with data like id, name

I want the name should be the displayed column and id the bound column? how can i do that

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about databinding