Benji

1,281
reputation
151 views

Registered User

name Benji
member for 1 year
seen 12 hours ago
website
location Melbourne, Australia
age
Nov
26
answered How can i access a control within a ListView once a button has been clicked (ASP.NET c#)?
Nov
19
accepted Subversion, best practice for small team of 5 developers?
Nov
18
awarded  Enlightened
Nov
18
awarded  Nice Answer
Nov
14
answered Android & Web: What is the equivalent style for the web?
Nov
14
answered Web UI to a restful interface, good idea?
Nov
11
answered ajax indicator before complete loading
Nov
11
revised Any hack to get cell id on iPhone 3.0 ?
added 476 characters in body
Nov
10
answered How to generate Word document(doc,docx) in ASP.NET?
Nov
10
comment Are these people lying about being certified?
Correct. I would ask them what exams they have taken specifically. format is something like 70-536
Nov
10
answered make div’s height expand with its content
Nov
10
answered Are these people lying about being certified?
Nov
10
comment creating a makefile for 2 targets
Yep. One point - make looks for the first target by default, so place "all" above the "svr" and "clt" targets.
Nov
10
comment .NET Team - Best Practices and Methods
Dykam, umm, what jrista said
Nov
10
answered Any hack to get cell id on iPhone 3.0 ?
Nov
10
answered Is <object> old fashioned?
Nov
10
comment Formatting values for CSV File in vb.net
acadia, I have to agree with Meta-Knight here - this is only useful for excel viewing. As others have pointed out, the dump is correct, but excel tries to format the cell for you. So, if you need it in other programs, dump 2 files!
Nov
10
comment Formatting values for CSV File in vb.net
I'm guessing you've have never had to wrestle with excel exports then? :)
Nov
10
answered Org or com domain for open source project site?
Nov
10
accepted Formatting values for CSV File in vb.net
Nov
10
answered Formatting values for CSV File in vb.net
Nov
10
answered .NET Team - Best Practices and Methods
Nov
10
revised Problem positioning a logo and a banner in Firefox using CSS
added 423 characters in body; edited body
Nov
10
revised Problem positioning a logo and a banner in Firefox using CSS
deleted 196 characters in body
Nov
10
answered Problem positioning a logo and a banner in Firefox using CSS
Nov
10
answered Subversion - Reference to a project without checking it out?
Nov
10
answered Inserting leading zeros into an integer
Nov
10
answered What tools are available to auto-generate ASP.NET MVC REST services from domain objects?
Nov
5
comment Best way to filter domain objects for json output in an ASP.NET MVC application
the link is broken?
Oct
30
accepted Sql Server 2005 enterprise on Windows 7
Oct
27
comment JSON and ASP.NET MVC
No formatting in a comment, but... $.getJSON("/controllerName/MyAction", { id: 7 }, callbackFunction);
Oct
15
awarded  Notable Question
Oct
11
awarded  Popular Question
Sep
23
answered Not able to display content in <EditItemTemplate> in FormView
Sep
17
comment dropdown controls in asp.net
isn't that what he wants? Anyways, I give up. Bad question.
Sep
17
answered dropdown controls in asp.net
Sep
17
answered How to implement a timer in C on windows
Sep
17
answered svn commit showing updated files as added
Sep
17
awarded  Yearling
Sep
16
comment Why is it so hard to enforce YAGNI?
Nope, I meant "agile enough to remove the It when You Aint Gonna Need It becomes obvious". In other words, as soon as you realise YAGNI, don't be afraid to pull code.
Sep
16
answered Why is it so hard to enforce YAGNI?
Sep
16
answered I am a team of 1. What design methodology should I be using?
Sep
16
answered Easier way to turn off paging
Sep
16
comment Upload files outside of webroot
Yeah, an oops. I went away to grab you some code but got side distracted. You seem to have some good answers anyways.
Sep
16
answered What are extern variables in C?
Sep
16
answered Upload files outside of webroot
Sep
16
answered ASP.Net avoid multiple Style and Script blocks in Custom Control
Sep
16
answered Is my source/development file hierarchy a good one?
Sep
16
answered UpdateCommand problem in a TemplateField in asp.net GridView
Sep
16
comment Refactoring: Gridview Export to CSV file
Great advice, thanks. The turkey test was very interesting...