Refresh a listbox

Joined
Aug 10, 2010
Messages
1
Reaction score
0
So I have a simple page set up in ASP.Net using VB.NET. I have two buttons and a listbox. One button starts a chat with the server and the other button basiclly it to add text to the listbox.

If I press the button that adds text to the list box it works and I can see the text I put in there by default.

But when I click the button that starts the chat with the server, when it receives data back and I try to add it to the listbox I get nothing. Doesn't show up.

So I tried something else. I made a global variable that is a string and told it every time data is received back from the server to put it into the variable. I figure if I hit the button to add the text and tell it to add the global variable I should be able to see the string...but again it shows the string as nothing.

I'm new to using ASP.Net. I usually program in VB.NET but they want to convert one of my apps to the web. So please bear that in mind.

Can someone explain what I need to do to update the listbox with info from the server?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top