Andreas Niedermair

less info
7,192 reputation
11546
bio website andreas.niedermair.name
location Austria
age 27
visits member for 4 years, 4 months
seen 8 hours ago
stats profile views 1,331

May
17
comment Lucene insensitive whitespace analyzer?
links not working anymore...
May
14
comment How to get the style value using attr
thanks for clarification!
May
14
comment How to get the style value using attr
am i mistaken, or isn't it background-color?
May
14
comment How to use List<int> as SQL parameter in C#
are you sure that IN will work with one parameter? (i mean: one to rule them all, not one for one ...)
May
13
comment LinkButton postback but click event not fired
also, binding as to be done properly ... and using the same ids again ... and and and ... correct life-cycle-step is just a single-shot ...
May
13
comment LinkButton postback but click event not fired
When is your Repeater-instance bound? On every request, or auto-binding, at which life-cycle-step? When is the adding of the control done?
May
13
awarded  Popular Question
May
10
comment What is the difference between 2 methods with ref object par and without?
RTM: msdn.microsoft.com/en-us/library/14akc2c7.aspx
May
9
awarded  Popular Question
May
9
comment Using XmlIgnoreAttribute to Ignore Base Class Property
where is your : BaseClass?
May
9
revised Using XmlIgnoreAttribute to Ignore Base Class Property
added 14 characters in body
May
9
comment Using XmlIgnoreAttribute to Ignore Base Class Property
what are your de/serialization-calls? to which class/type-info?
May
3
awarded  Nice Answer
May
3
revised How to resize a picturebox in the user control when a button is clicked in the form?
added 42 characters in body
May
3
revised How to resize a picturebox in the user control when a button is clicked in the form?
added 42 characters in body
May
2
awarded  Enlightened
May
2
awarded  Nice Answer
Apr
29
comment Maximum number of var/function definitions in Javascript?
what does the spec say?
Apr
26
revised C# sealed class vs. no public constructor
seal is no keyword in c#, whereas sealed would be
Apr
22
awarded  Popular Question