1
Reply

stop page refresh

Dave

Dave

Aug 26 2010 4:18 PM
2.9k

I have a listbox on my page and a button. I want to add text to my listbox when the button is pressed. I have noticed that the page is reloaded.
Is there a way that only the list box refreshes. Im sure i read somewhere that you can do this.
My code is very simple
ListBox1.Items.Add(
"Test");
Thanks
 

Answers (1)