blah blah blah is here! blah blah » Close

0
votes
1 answers

Binded Data Fails To Update

eeboy
499

I am having trouble getting the listbox which is bound to the my class (below) to update when I add data. I researched the issue and it from what I could gather I needed to implement INotifyPropertyChanged. I have done this, but my listbox ...

1
votes
4 answers

changing background color of specific items in listbox

Hi all, I am populating a Listbox in my ASP.NET website by pulling values from a database. Now, based on certain criteria, I want to change the text color of some of the items in the listbox. Even making them bold would do the trick. ...

1
votes
1 answers

Duplication of values in Listbox

Hi all, I have a listbox in which I am displaying some values retrieved from the database. Now, depending on which value user selects in the listbox, I am further executing another query. The problem is, once this query executes, the ...

0
votes
3 answers

Moving ListBox Items

sanjib
226

Can I move items of one ListBox to another by a single command? Is there any property of ListBox that I may use in a loop?

Feedback