.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for the ‘none’

Friday Books - Rapid Development

September 26, 2008 By: Dave Category: none

RapidDevelopment My list of “Must Have Books” would not be complete without a copy of “Rapid Development” by Steve McConnell.

To be honest this is more of a Manager’s book than a Programmer’s book, but I still advise programmers to get a copy and read it.  Why?  Well for one thing, most of your managers won’t bother.  So the only way they are going to get this information is if you read it and tell them.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Conditional Footnotes On GridView

September 25, 2008 By: Dave Category: none

hand-079 A couple of days ago I ran into a requirement to conditionally display footnote information at the bottom of a GridView display.  We were already conditionally displaying icons in the row.  What we needed to do was to conditionally show text at the bottom of the screen that explained what each icon was for.  Here’s how we went about it.

(more…)

Panel DefaultButton does not work

September 23, 2008 By: Dave Category: Did you know, none

misc_vol2_051 Or, at least, it didn’t. Here’s what happened:

Yesterday a client asked me to help track down a problem he was having with setting the default button for a text box.

As you should already know, you can make ASP.NET automatically click a specific button on the page (Button, ImageButton, or LinkButton) by grouping everything in a Panel and setting the DefaultButton property to the ID of the button you want to have automatically clicked.

(more…)

Friday Books - Code Complete

September 19, 2008 By: Dave Category: none

51joKj0Md0L__SL160_ Want to be the absolute best programmer in your office?  Then get a copy of Code Complete by Steve McConnell, read about three pages, find something you are doing wrong, spend a couple of months fixing that problem and then come back and read three more pages.

You can’t rush this book.

Well, I suppose you could rush it, but if you do it won’t do you much good.  That would be a lot like looking in a mirror and then walking away.  You look in a mirror to see if there is something you need to fix and then you (hopefully) spend time fixing it.

Code Complete is the mirror for programmers:

Find out more

UML needs fixing claims founder

September 12, 2008 By: Dave Category: none

UML needs fixing claims founder - Strategy - Development Process - Builder AU

Fixing?  It needs to be shot!

OK.. maybe that’s a bit strong.  But, the problem with UML is that it has tried to abstract all of the various languages and ways of programming into symbols and pictures.

(more…)