Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Visual Studio .NET
.NET Framework
retrieving data in a list box control
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="JuggaloBrotha, post: 8639, member: 13"] here's another perspective on the items listed in the listbox if the items in the listbox come straight from the database (ie it's bound to a dataset) then when you add a bank to the list (add it to the dataset then update the DB from the dataset) then all you need to do is refresh the dataset by clearing it: dsDataSet.Clear() daDataAdapter.Fill(dsDataSet) and that will refresh the listbox as well (since it's bound to the dataset that gets cleared then refilled) hope that helps, if you would like more info on using bound controls to datasets feel free to ask myself, kulrom, jmcilhinney, paszt [/QUOTE]
Insert quotes…
Verification
Post reply
Visual Studio .NET
.NET Framework
retrieving data in a list box control
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom