:thumbsup:
Dharmesh S Patil
Posts
-
Put messages many time in not under-stable language -
Put messages many time in not under-stable language -
Two newAnother baba in dubai :laugh:
-
Spammer -- Dev Sharma -
FOSWOTD thingIt's new clue you have to find it :)
-
FOSWOTD thingWhat about this ︿ψ_ ???
-
Link will be not display properly :(It will be show like that: Business Today This will be problem in site?? I will send below discussion link but it is also not display properly:- http://www.codeproject.com/Forums/1580229/General-Indian-Topics.aspx[^] Topic:What is wrong with our PM? Message Time:13-Aug-15 15:28
-
hhg:omg:
-
This Person ask the question and answer himself and accept the solution Should be spam ???o.k :thumbsup::thumbsup:
-
This Person ask the question and answer himself and accept the solution Should be spam ???.
-
The AshesAus-60/10. Broad-8 Wicket :omg:
-
I am not getting notification when somebody comment on my Question or answer my question ???Ok, Thank You issue solve it's on email and Newsletters section in setting.
-
I am not getting notification when somebody comment on my Question or answer my question ???They have no notification option.
-
I am not getting notification when somebody comment on my Question or answer my question ???????
-
How to join two hash table with Linq ?For Each logo In htLogoGroupCount
Dim Count(logo.Value.Count - 1) As Integer
For i As Integer = 0 To logo.Value.Count - 1
Dim sOptLogo() As String = logo.Value(i).Split(":")
Count(i) = sOptLogo(1)
Next
Dim MaxCount As Integer = Array.IndexOf(Count, Count.Max())
Dim sLogoValue As String = logo.Value(MaxCount).ToString
Dim sOptLogoName() As String = sLogoValue.Split(":")
alstOptimize.Add(sOptLogoName(0))
NextI will assign value to count by adding ":" symbol in htLogoGroupCount in value from htLogoCount and then try above code but i will do it by Linq.
-
How to join two hash table with Linq ?I have two hash table 1) LogoCount key Value item1-> 123 item2-> 10 item3-> 45 2)LogoGroupCount key Value item1-> item2,item3,item1 item5-> item5,item1 item2-> item2 I want to join this two hashtabel using linq in vb.net and answer will be 1)Result: key value item1-> item1 item5-> item1 item2-> item2 because item1 has max count if that not exist in hashtable 1 than it will get default 0 so how can i do ?
-
How freeze first row in excel by using EPPlus.dll ???Thanks it's work :)
-
How freeze first row in excel by using EPPlus.dll ???How can i use freeze Pane for first row in excel by vb.net using EPPlus.dll for excel.