Click here to Skip to main content
16,005,206 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiona problem with Threading in ASP.NET Pin
Kariem Soudy8-Nov-07 8:34
Kariem Soudy8-Nov-07 8:34 
AnswerRe: a problem with Threading in ASP.NET Pin
Michael Sync8-Nov-07 19:49
Michael Sync8-Nov-07 19:49 
GeneralRe: a problem with Threading in ASP.NET Pin
Kariem Soudy9-Nov-07 6:44
Kariem Soudy9-Nov-07 6:44 
GeneralRe: a problem with Threading in ASP.NET Pin
Michael Sync9-Nov-07 18:58
Michael Sync9-Nov-07 18:58 
GeneralRe: a problem with Threading in ASP.NET Pin
Kariem Soudy11-Nov-07 6:58
Kariem Soudy11-Nov-07 6:58 
QuestionList Boxes and Incorrect selected items Pin
Torin_DWC8-Nov-07 5:20
Torin_DWC8-Nov-07 5:20 
AnswerRe: List Boxes and Incorrect selected items Pin
Christian Graus8-Nov-07 9:31
protectorChristian Graus8-Nov-07 9:31 
GeneralRe: List Boxes and Incorrect selected items Pin
Torin_DWC8-Nov-07 11:21
Torin_DWC8-Nov-07 11:21 
Ok here's the solution...
I had 906 items in the list box, if I selected 903,904,905 it would return 878,880,903. Well aparently it was a shot in the dark that I actually found this because what's actually happening is the List control says,

ok, selected items are -
"Item Name 903" , "23503"
"Item Name 904" , "32633"
"Item Name 905" , "61900"

now when you get to page load an try to see what items are selected in the list box it scans through and returns the first item that matches the Value of the ones that were selected. It doesn't actually record the indexes of the ones that were selected?!!? who knew? seriously

so i found that 878 has the same value as 903, and 880 as 904, and 903 was unique. the issue came up because I have clients that are sorted by regions, well aparently two regions has the same client so there was ClientIDa in texas and another ClientIDa in florida...

so remember folks check for duplicates, even if you think it doesn't matter.

-Ian.M
P.S: Watch out for the Evil Blue Coding Moose, it will eat you
GeneralRe: List Boxes and Incorrect selected items Pin
Christian Graus8-Nov-07 13:38
protectorChristian Graus8-Nov-07 13:38 
GeneralRe: List Boxes and Incorrect selected items Pin
Torin_DWC12-Nov-07 9:26
Torin_DWC12-Nov-07 9:26 
QuestionDropDownList not selecting correct value Pin
Gareth H8-Nov-07 4:03
Gareth H8-Nov-07 4:03 
AnswerRe: DropDownList not selecting correct value Pin
Paddy Boyd8-Nov-07 4:52
Paddy Boyd8-Nov-07 4:52 
GeneralRe: DropDownList not selecting correct value Pin
Gareth H8-Nov-07 5:50
Gareth H8-Nov-07 5:50 
QuestionRadioButtonList not returning selected item Pin
Gareth H8-Nov-07 3:54
Gareth H8-Nov-07 3:54 
AnswerRe: RadioButtonList not returning selected item Pin
Paddy Boyd8-Nov-07 4:53
Paddy Boyd8-Nov-07 4:53 
GeneralRe: RadioButtonList not returning selected item Pin
Gareth H8-Nov-07 5:47
Gareth H8-Nov-07 5:47 
QuestionProblem showing alert message from code Pin
Kurian_Kurian8-Nov-07 3:43
Kurian_Kurian8-Nov-07 3:43 
AnswerRe: Problem showing alert message from code Pin
Guffa8-Nov-07 5:32
Guffa8-Nov-07 5:32 
Questiontwo different hosts (HTML ONLY and ASP.NET) Pin
kureta8-Nov-07 2:42
kureta8-Nov-07 2:42 
AnswerRe: two different hosts (HTML ONLY and ASP.NET) Pin
pmarfleet8-Nov-07 2:49
pmarfleet8-Nov-07 2:49 
GeneralRe: two different hosts (HTML ONLY and ASP.NET) Pin
kureta8-Nov-07 21:15
kureta8-Nov-07 21:15 
Questionregular expression validator Pin
sivaram praveen8-Nov-07 0:59
sivaram praveen8-Nov-07 0:59 
AnswerRe: regular expression validator Pin
pmarfleet8-Nov-07 2:17
pmarfleet8-Nov-07 2:17 
GeneralRe: regular expression validator Pin
sivaram praveen8-Nov-07 2:21
sivaram praveen8-Nov-07 2:21 
QuestionUsing singleton classes in ASP.Net Pin
jnaude7-Nov-07 23:48
jnaude7-Nov-07 23:48 

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.