RB

2,913
Reputation
110 views

Registered User

name RB
member for 1 year
seen 5 hours ago
website
location England
age 28

I am a Software Developer, currently working on ASP .NET applications in the lettings industry. I have a BSc in Computer Science, and have worked commercially in C, C#, Java, VB6, VB .NET, HTML, Javascript, VBScript and Batch (I love batch!!).

I recently accidentally formatted my hard-drive while installing Ubuntu for dual-boot, and took this as a sign that I should never use Windows again...

1d
awarded  Mortarboard
Dec
4
awarded  Tumbleweed
Dec
2
revised asp.net detailsview update method not getting new values
added 8 characters in body
Nov
27
awarded  Guru
Nov
27
revised DetailsView not retaining mode on postback, within custom Panel
added 172 characters in body
Nov
27
revised DetailsView not retaining mode on postback, within custom Panel
added 200 characters in body; deleted 1 characters in body
Nov
27
asked DetailsView not retaining mode on postback, within custom Panel
Nov
25
comment SQL: insert as 1 query with all fields, or multiple queries?
If you had business-logic in your "setters", then you might prefer to create a record, retrieve it as a business object, and then update the values, to avoid duplicating code.
Nov
20
revised Serial Communication
Spelling/Grammar
Nov
19
comment vba code in this example
The constants (vbNo, vbYes, etc) should always be used instead of the equivalent integers (6, 7, etc). Code which uses the integers directly is bad because it is extremely hard to read. Developers should not use the integers directly, but should use the equivalent constant. Hope that answers your question.
Nov
18
answered vba code in this example
Oct
9
revised When installing different technologies on clients, should I just use InstallShield?
added 126 characters in body
Oct
9
answered When installing different technologies on clients, should I just use InstallShield?
Oct
5
revised how do i pass parameters from dropdown list to stored procedures
added 52 characters in body
Sep
29
accepted How to know which processes is using a file under ASP.NET?
Sep
28
awarded  Popular Question
Sep
24
answered How to know which processes is using a file under ASP.NET?
Sep
24
comment How to know which processes is using a file under ASP.NET?
Hmm - in that case, I'd probably start adding logging of file opening to my application, to try and trace down which thread is opening it. I'm sure there will be someone along in a sec to tell you a great way using mutexes or something though.
Sep
24
answered How to know which processes is using a file under ASP.NET?
Sep
22
comment Why do developers support the GPL?
Red Hat have released a large amount of code into the Linux codebase. I don't think a one-man band would be writing an operating system. My point is that large, medium and small companies can all make money through GPL software.
Sep
22
revised Why do developers support the GPL?
added 139 characters in body
Sep
22
revised Why do developers support the GPL?
added 229 characters in body; added 230 characters in body; added 41 characters in body
Sep
22
comment Why do developers support the GPL?
Right, but they still make enough money to pay hundreds of developers, producing thousands of lines of open-source code.
Sep
22
answered Why do developers support the GPL?
Sep
22
revised putting contents of one datatables into another datatable with particular field value changed
Cleaned up text
Sep
21
accepted Find and Replace in Files - UTF8
Sep
21
comment Find and Replace in Files - UTF8
Version 5.4.3 from June 7th, 2009 :-)
Sep
21
comment Find and Replace in Files - UTF8
Dmitri : It does support replace in files - see my edit to my answer.
Sep
21
comment Find and Replace in Files - UTF8
Johannes : Dmitri said reg-ex would be nice, but not essential. Good to point out the limitations though.
Sep
21
revised Find and Replace in Files - UTF8
added 136 characters in body
Sep
21
comment Find and Replace in Files - UTF8
The rest can be found here : gnuwin32.sourceforge.net/packages.html
Sep
21
comment Find and Replace in Files - UTF8
Sed is available from gnuwin32.sourceforge.net/packages/sed.htm, like most of the standard nix utilities.
Sep
21
answered Find and Replace in Files - UTF8
Sep
18
awarded  Yearling
Sep
17
comment SQL Query to Get Max Value Based on Different Max Value Given Multiple Records
Beaten by 52 seconds :-)
Aug
13
awarded  Popular Question
Aug
6
answered ListView’s DragEnter, DragOver, DragDrop event not raised (AllowDrop=True)
Jul
13
comment Internet Explorer hanging when debugging ASP.NET app
Do other browsers work? If they do, it's an IE problem, if they don't it's a web-server problem...
Jun
26
awarded  Nice Answer
Jun
24
comment Cannot add item to DropDownList in Setter property in ASP .NET
That worked - I'd never come across that property. Many thanks!
Jun
24
asked Cannot add item to DropDownList in Setter property in ASP .NET