Si Keep

2,590
reputation
143 views

Registered User

name Si Keep
member for 1 year
seen Dec 16 at 8:29
website
location GB
age
Dec
1
awarded  Popular Question
Nov
17
awarded  Popular Question
Oct
29
comment Does .Net have any built in constants for common numbers like million, billion etc?
Couldnt there be 2 constants for billion, with different names?
Oct
29
comment Does .Net have any built in constants for common numbers like million, billion etc?
in a strange way, I really like that.
Oct
29
comment Does .Net have any built in constants for common numbers like million, billion etc?
er, yes in my application.
Oct
29
comment Does .Net have any built in constants for common numbers like million, billion etc?
Re: Rex M - no, but I am expecting to compare numbers to it in various places so using a constant would be more readable.
Oct
29
revised Does .Net have any built in constants for common numbers like million, billion etc?
added 205 characters in body
Oct
29
asked Does .Net have any built in constants for common numbers like million, billion etc?
Oct
28
comment What’s a easy way to truncate an array with Jquery?
Wouldnt (0,4) return the first 4 not the first 5?
Oct
26
accepted IE fails to repopulate form after file download and history.back()
Oct
26
answered IE fails to repopulate form after file download and history.back()
Oct
26
asked Is it possible using Resharper to remove an object initializer?
Oct
21
asked IE fails to repopulate form after file download and history.back()
Oct
20
comment How can I check if a string contains a number smaller than an integer?
Hi and welcome to SO. A couple of pointers...its better to actually show the solution rather than linking to a page as the linked page may be taken down in the future so SO would lose the answer. Its also not necessary to sign your name.
Oct
16
comment Is it good practise to have multiple class definitions in one file?
+1 Resharper negates the navigation problem (ctrl T).
Oct
16
comment Is it good practise to have multiple class definitions in one file?
You are right, I had always assumed it was best practice to have one class per file, but I seem to come across more and more code where that is not the case. Even code written by industry experts.
Oct
16
asked Is it good practise to have multiple class definitions in one file?
Oct
12
answered Is it possible to use Data-Binding Expressions directly in markup to show/hide content?
Oct
12
comment Is there a hotkey in Visual Studio to open the member drop down list?
I think you are more likely to get a response to this if you raise it as a new queston.
Sep
21
accepted How can I tell when the last row of a ListView data source is being bound?
Sep
21
asked Is there a hotkey in Visual Studio to open the member drop down list?
Sep
2
comment VS2008 SP1 crashes when debugging an XSLT file
I use Team System but disabling that in the same way as described here solved the problem.
Aug
29
awarded  Yearling
Aug
24
comment How to make a linq Sum return null if the summed values are all null
Although this does enumerate the results twice, My collections are small and I find this the most readable. So Have accepted it. Thanks everyone.
Aug
24
comment How to make a linq Sum return null if the summed values are all null
DurationMonths is int?
Aug
24
asked How to make a linq Sum return null if the summed values are all null
Aug
1
awarded  Popular Question
Jul
28
answered Should I use (ObjectType) or ‘as ObjectType’ when casting in c#?
Jul
28
revised How can I tell when the last row of a ListView data source is being bound?
Added my solution
Jul
28
answered How can I tell when the last row of a ListView data source is being bound?
Jul
28
comment How can I tell when the last row of a ListView data source is being bound?
No I'm not using them at the moment.
Jul
28
asked How can I tell when the last row of a ListView data source is being bound?
Jul
23
revised How can I add a registered trademark symbol (R) to an asp:RadioButton control declaritively?
Added additional question re using &reg in an asp radiobutton control
Jul
23
comment How can I add a registered trademark symbol (R) to an asp:RadioButton control declaritively?
Thanks Brian, thats a useful link.
Jul
23
asked How can I add a registered trademark symbol (R) to an asp:RadioButton control declaritively?
Jun
29
comment ASP.Net conditional databinding
I think its the Eval that causes the problem. You cant mix conditional logic within the databinding.
Jun
29
comment ASP.Net conditional databinding
The EDIT is a really useful tip. Thanks.