TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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
Reply
Answers (
1
)
Combo box to upper case
Insert data into sql database