yes here shopping i forgetten i closed door back idiot
bluetx
Posts
-
an array question [modified] -
an array question [modified]yes yes advice and after you send me money. yeah go to hell.
-
an array question [modified]i found my answer. i shared,may be its helpfull who need him. var enumerationList = x.Select(s => s.Split(',')).GroupBy(s => s[0], s => s[1]); bye bye M$ guys
-
an array question [modified]if i will send you money,you are my dog? :)
-
an array question [modified]you didnt understand me. i said write code if easy.its a gibe.you are very emotional.wake up ;P
-
an array question [modified]who are you this? you say again again again renta renta renta? do u work for renta :laugh:
-
an array question [modified]i dont want to work for me anybody what do you mean?i dont understand.r u drinking?
-
an array question [modified]do you need money man? you know something please share me but shut up.
-
an array question [modified]if easy so you write for me here man :laugh:
-
an array question [modified]i know to split man.i actually need to logic :-D
-
an array question [modified]Hi Guys i have an array below string stringArray = new strinArray[12]; stringArray[0] = "0,1"; stringArray[1] = "1,3"; stringArray[2] = "1,4"; stringArray[3] = "2,1"; stringArray[4] = "2,4"; stringArray[5] = "3,7"; stringArray[6] = "4,3"; stringArray[7] = "4,2"; stringArray[8] = "4,8"; stringArray[9] = "5,5"; stringArray[10] = "5,6"; stringArray[11] = "6,2"; i need to transform like below List<List<string>> listStringArray = new List<List<string>>(); listStringArray[["1","3","4"],["1","4"],["7"],["3","2","8"],["5","6"],["2"]]; how is that possible?
modified on Tuesday, May 26, 2009 11:27 AM
-
session problemhi there i have two asp script files following. problem is first page has been redirected and session("test") variable was empty. is that a bug? a.asp <% Session.abandon session("test")="foo" response.Redirect "b.asp" %> b.asp <% response.write session("test") %>
-
instance of object in a classHi, how to storing instance of object in a class?