Dave

Dave

  • NA
  • 20
  • 0

stop page refresh

Aug 26 2010 4:18 PM

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)