Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: What do you mean ? Pin
Sathesh Sakthivel11-Jul-07 0:21
Sathesh Sakthivel11-Jul-07 0:21 
QuestionHow to hold up some key on the keyset? Pin
jason_mf10-Jul-07 21:45
jason_mf10-Jul-07 21:45 
AnswerRe: How to hold up some key on the keyset? Pin
Martin#10-Jul-07 22:09
Martin#10-Jul-07 22:09 
GeneralRe: How to hold up some key on the keyset? Pin
jason_mf10-Jul-07 22:49
jason_mf10-Jul-07 22:49 
GeneralRe: How to hold up some key on the keyset? Pin
Martin#10-Jul-07 23:32
Martin#10-Jul-07 23:32 
GeneralRe: How to hold up some key on the keyset? Pin
Martin#10-Jul-07 23:40
Martin#10-Jul-07 23:40 
QuestionHow to detect IIS contains a server certificate? Pin
fujitsubo10-Jul-07 21:37
fujitsubo10-Jul-07 21:37 
QuestionSearching through an ArrayList Pin
Darkness8410-Jul-07 21:10
Darkness8410-Jul-07 21:10 
I have an arraylist that contains objects who themselves contain multiple properties. I would like to know is there are faster way than using a for loop to search through an arraylist to find the object whose certain property matches what I am looking for. An example of what I am currently doing is listed below.

for(int p = 0; p < SupplierItemDataStore.Count; p++)
{
if(stock.Code == ((XMLDefs.SupplierItem.SupplierItem)SupplierItemDataStore[p]).StockCode)
{
{
//Do stuff here
}
}
}

where stock is the object that is passed in and SupplierItemDataStore contains over 31,000 items.
AnswerRe: Searching through an ArrayList Pin
Michael Sync10-Jul-07 21:29
Michael Sync10-Jul-07 21:29 
AnswerRe: Searching through an ArrayList Pin
Guffa10-Jul-07 21:49
Guffa10-Jul-07 21:49 
GeneralRe: Searching through an ArrayList Pin
Michael Sync10-Jul-07 22:18
Michael Sync10-Jul-07 22:18 
AnswerRe: Searching through an ArrayList Pin
Darkness8411-Jul-07 19:07
Darkness8411-Jul-07 19:07 
Questionhow to adjust designing part(.aspx)page Pin
srinivassam10-Jul-07 20:52
srinivassam10-Jul-07 20:52 
AnswerRe: how to adjust designing part(.aspx)page Pin
Vikram A Punathambekar10-Jul-07 22:30
Vikram A Punathambekar10-Jul-07 22:30 
QuestionListViewIten RightClick Pin
topksharma198210-Jul-07 20:49
topksharma198210-Jul-07 20:49 
Questionread from serialport problem Pin
supercsharp110-Jul-07 20:29
supercsharp110-Jul-07 20:29 
AnswerRe: read from serialport problem Pin
Hesham Yassin10-Jul-07 22:24
Hesham Yassin10-Jul-07 22:24 
AnswerRe: read from serialport problem Pin
Luc Pattyn10-Jul-07 23:48
sitebuilderLuc Pattyn10-Jul-07 23:48 
QuestionHEX-values Pin
roiter10-Jul-07 20:10
roiter10-Jul-07 20:10 
AnswerRe: HEX-values Pin
Martin#10-Jul-07 20:17
Martin#10-Jul-07 20:17 
GeneralRe: HEX-values Pin
roiter10-Jul-07 20:27
roiter10-Jul-07 20:27 
GeneralRe: HEX-values Pin
Martin#10-Jul-07 20:28
Martin#10-Jul-07 20:28 
GeneralRe: HEX-values Pin
Luc Pattyn10-Jul-07 23:51
sitebuilderLuc Pattyn10-Jul-07 23:51 
AnswerRe: HEX-values Pin
Guffa10-Jul-07 20:53
Guffa10-Jul-07 20:53 
Questionpopulating combo box on selectedindex changedevent of other combo box1 Pin
monuSaini10-Jul-07 19:44
monuSaini10-Jul-07 19:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.