YordanGeorgiev

387
reputation
370 views

Registered User

name YordanGeorgiev
member for 10 months
seen Dec 3 at 13:59
website
location Finland
age 32
Sep
13
comment How to detect if ASP.NET control properties contain DataBinding expressions?
why not just simply bind by Page.DataBind() in code behind ?! It will bind all of the controls in that page recardless of what they are ... See : support.microsoft.com/kb/307860#1b
Aug
15
answered “Run Custom Tool” has disappeared from context menu in VS2008 Professional
Aug
15
comment SubSonic 3 Installation Doesn’t Work?
"If your project is a Website rather than a Web Application Project t4 won't work and you won't see 'Run Custom Tool' in the right click menu." This should be the first advice for SubSonic 3 newcomers ...
Jul
9
answered Multiple colors in a C# .NET label
Jul
1
answered Make Gridview interact with something other than properties
Jun
30
revised How best to copy entire databases in MS SQL Server?
added 157 characters in body; deleted 9 characters in body
Jun
30
answered How best to copy entire databases in MS SQL Server?
Jun
30
answered .NET Debug log
Jun
30
answered Debugging a User Control from ASP.NET
Jun
30
revised Which are your asp.net C# debugging wrappers
added new method
Jun
26
answered SubSonic ‘Generate Enums from Lookup Tables’
Jun
24
revised dynamic enum in C#
improved formatting
Jun
23
answered Multiple languages in one database - SQL Server 2005
Jun
23
answered Are resx files suitable for Internationalization?
Jun
23
answered How translate commercial software in multi languages?
Jun
18
revised What are your tips for keeping track and avoiding bugs in loops ?
Added short summary for the answers
Jun
18
answered Ways to Search for a Pattern in all Stored Procedures and then Open it to be Altered
Jun
18
answered Simple way to programmatically get all stored procedures
Jun
18
answered Query that returns list of all Stored Procedures in an MS SQL database
Jun
18
comment What are your tips for keeping track and avoiding bugs in loops ?
What would be the code snippet than ?
Jun
18
asked What are your tips for keeping track and avoiding bugs in loops ?
Jun
17
comment How-to get a System.Collections.Generic.List<FieldInfo> list which holds all FieldInfo’s of an object of a Type T up to the Object in the class hierarchy in C# ?
Don't know ... at least grabbed your attention ; )
Jun
17
answered How-to get a System.Collections.Generic.List<FieldInfo> list which holds all FieldInfo’s of an object of a Type T up to the Object in the class hierarchy in C# ?
Jun
17
comment How-to get a System.Collections.Generic.List<FieldInfo> list which holds all FieldInfo’s of an object of a Type T up to the Object in the class hierarchy in C# ?
Thanks , I just replied via comment and the ajax call did not refresh your answer ... ; ) So AJAX is not always good
Jun
17
comment How-to get a System.Collections.Generic.List<FieldInfo> list which holds all FieldInfo’s of an object of a Type T up to the Object in the class hierarchy in C# ?
Thanks , may be with BindingFlags.FlattenHierarchy ..,
Jun
17
asked How-to get a System.Collections.Generic.List<FieldInfo> list which holds all FieldInfo’s of an object of a Type T up to the Object in the class hierarchy in C# ?