blah blah blah is here! blah blah » Close

0
votes
1 answers

alertbox has not a unique display in IE, Safari, FireFox

Hi all I am using JavaScript AlertBox. but alertbox has not a unique display in IE, Safari, FireFox the browsers.. how I make it unique? I need help.. Requirment is uniqueness in all the 3 browsers.. Yashi

1
votes
1 answers

Unique Lists

eeboy
499

I want to have a list that will only contain unique entries. The uniqueness will be determined by a GUID. Here is what I was thinking... [code] interface LibraryListItem { Guid Guid { set; get; } } class ...

Feedback