Well, this question looks like a programming one.
However, here' s the idea...
Get the items from your database using an SP + SQLDataReader. Make your
listbox's datasource as the reader and bind it.
Then assign to your listbox's DataTextField to the appropriate field that
comes from the DB and same for the DataValueField... That's it.
P.S.
Do not neglect using "IsPostBack" for the page. You are gonna need this for
postback thing...

Signature
Ekrem Önsoy
> Hi everyone,
>
[quoted text clipped - 18 lines]
> Kind regards,
> Hezal.
Ekrem Önsoy - 31 Mar 2008 23:52 GMT
Oops! You should bind the DR after setting DataTextField and DataValueField.

Signature
Ekrem Önsoy
> Well, this question looks like a programming one.
>
[quoted text clipped - 32 lines]
>> Kind regards,
>> Hezal.