Ray Vega

6,082
reputation
2913 views

Registered User

name Ray Vega
member for 1 year
seen 11 mins ago
website
location Seattle
age
Writes code and likes it.
1d
awarded  Nice Question
Dec
17
comment How to modify or delete items from an enumerable collection while iterating through it in C#
+ 1 for RemoveAll. Note RemoveAll is not strictly LINQ. It is available for any 'List' class in .NET 2.0 without LINQ support.
Dec
17
comment Can you remove an item from a List<> whilst iterating through it in C#
see question: stackoverflow.com/questions/308466/…
Dec
17
comment How do I perform a FindAll() on an IList<T>? (eg. SortedList.Values)
Unfortunately, 'GetValueList; is not a property of generic version of SortedList<TKey, TValue>.
Dec
15
comment Validation Result Practies. Boolean or Count?
Scenario 2 is not much different as far as I can tell except Fowler's approach involves a few more separate classes for greater reuse and increased testability. Those might be harder to achieve with Scenario 2, but it all depends on your needs.
Dec
15
revised Validation Result Practies. Boolean or Count?
expand my answer
Dec
15
answered Validation Result Practies. Boolean or Count?
Dec
6
awarded  Mortarboard
Dec
3
comment Event issue with ASP.net Update Panel
@apocalype9- Sorry to hear this did not help either.
Dec
2
revised Event issue with ASP.net Update Panel
add more clarity
Dec
2
revised Event issue with ASP.net Update Panel
clarify answer
Dec
2
comment Event issue with ASP.net Update Panel
I found the answer to my problem. See below (stackoverflow.com/questions/1829062/…)
Dec
2
answered Event issue with ASP.net Update Panel
Dec
2
comment Event issue with ASP.net Update Panel
I'm currently struggling with what appears to be the exact same issue and scenario as you (i.e. dropdownlist's onselectionchanged not firing within a usercontrol within an updatepanel but autopostback is firing). I keep checking here hoping someone provides some useful info. If I find something on my own that works, I will certainly post it.
Nov
24
revised Image index of TreeView node changes upon selection.
clarify question title
Nov
24
answered Image index of TreeView node changes upon selection.
Nov
24
awarded  Notable Question
Nov
24
answered ASP.Net free Ajax file upload control
Nov
24
revised Learning C# and Windows Forms, yet another book thread
edited tags
Nov
21
revised Get full path of a file with FileUpload Control
fixed grammar, improved formatting
Nov
18
awarded  Notable Question
Nov
13
awarded  Nice Question
Nov
9
answered What good technology podcasts are out there?
Nov
7
answered How do you get the footer to stay at the bottom of a Web page?
Nov
5
awarded  Popular Question
Nov
3
awarded  Notable Question
Oct
31
revised Antivirus Software for Windows
edited tags
Oct
31
accepted How do I connect to SQL Server using Emacs?
Oct
29
awarded  Notable Question
Oct
26
revised Implementing an editable DropDownList in ASP.NET
add code to support multiple dropdownlist controls on one page
Oct
23
comment In Visual Studio, how do you make a specific window open during a build?
How do you find the Guid for that window or any window for that matter? I'd like to try this with other windows.
Oct
23
awarded  Popular Question
Oct
22
revised Hidden Features of Visual Studio (2005-2008)?
add link
Oct
21
awarded  Notable Question
Oct
20
awarded  Nice Question
Oct
20
answered Implementing an editable DropDownList in ASP.NET
Oct
16
comment switch stmt in C# and “a constant value is expected”
see question: stackoverflow.com/questions/44905/…
Oct
16
accepted Automated unit testing SSIS packages
Oct
15
revised How do I create a delegate for a .NET property?
fixed comments
Oct
15
answered How do I create a delegate for a .NET property?
Oct
11
revised Where’s repl in Windows Server 2008?
edited tags
Oct
11
answered Online Interactive Consoles
Oct
6
awarded  Popular Question
Sep
23
revised Column cannot be added because its CellType property is null exception
corrected spelling, fixed grammar, improved formatting
Sep
22
accepted How do you use the immediate window in Visual Studio?
Sep
18
answered C# - what’s the major problem solved by “partial” classes?
Sep
15
revised How can you find and replace text in a file using the Windows command-line environment?
add link
Sep
11
comment How can I get Emacs style key bindings in Visual Studio?
Also, it is not available in Express editions.
Sep
11
awarded  Popular Question
Sep
10
comment Using Resharper Unit Test Runner for MSTest via Gallio
That plugin now supports ReSharper 4.5: sneal.net/blog/2009/…