query reg listbox

  • Thread starter Thread starter chidella mallikharjunudu via .NET 247
  • Start date Start date
C

chidella mallikharjunudu via .NET 247

(Type your message here)

how can i retrieve values from the listbox asp.net,
 
hi,
you can get the value of an item at iindex in a listbox like
listboxname.items(iindex).value
HTH
srini
 
Back
Top