1,309 reputation
12356
bio website
location India
age
visits member for 2 years, 11 months
seen yesterday
stats profile views 677

Hi friend, i am new to asp dot net realm. I am here for knowledge sharing and learning technical from seniors.


1d
accepted How to find an item in a collection on a known index?
1d
asked How to find an item in a collection on a known index?
May
15
accepted Loop through a dictionary collection to search a key and increase value
May
15
comment Loop through a dictionary collection to search a key and increase value
oh! i couldn't infer that it will increase the right side by 1..
May
15
comment Loop through a dictionary collection to search a key and increase value
i want itemColl.Add(CurrCatId, 0); 0 to increase by one if i find the key again, in my case i want 1 to increase by 1 that i want next time it to set 2 if again i find the key i want it to set 3 like that sir..
May
15
comment Loop through a dictionary collection to search a key and increase value
i see you are increasing the key value itself, not the value of a key, that you set to 0 for forst time that i want to increase by 1 next time if key exist..i want to increase the right hand side..
May
15
comment Loop through a dictionary collection to search a key and increase value
i want to increase the value of a key if exist in the session..
May
15
comment Loop through a dictionary collection to search a key and increase value
what is itemCol1, and this statement for itemCol1[CurrCatId]++;
May
15
asked Loop through a dictionary collection to search a key and increase value
May
8
awarded  Popular Question
May
8
asked How to apply background-color css for jquery dialog
May
6
asked why does jquery dialog() auto height, width fail?
May
3
comment How to reset dropdown to zero index in MVC?
i used this in the ajax function but it doesn't work. document.getElementById("<%#mydropdownlist.ClientID%>").selectedIndex = 0;
May
3
comment How to reset dropdown to zero index in MVC?
yes the ddl reset, start from index 0.
May
3
asked How to reset dropdown to zero index in MVC?
May
2
comment select value of 2 html select element witht the jquery
ok i do the same shortly
May
2
accepted select value of 2 html select element witht the jquery
May
2
comment select value of 2 html select element witht the jquery
no i have 2 different id in a div for 2 different ddl but that in being drawn multiple times.
May
2
comment select value of 2 html select element witht the jquery
but in my dom there are multiple div with the 2 ddl having the same id thats y i had to do like this.
May
2
asked select value of 2 html select element witht the jquery