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