Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: association rule mining Pin
Pete O'Hanlon14-Dec-06 0:27
mvePete O'Hanlon14-Dec-06 0:27 
QuestionInvoke a controls property Pin
anderslundsgard13-Dec-06 22:48
anderslundsgard13-Dec-06 22:48 
AnswerRe: Invoke a controls property Pin
leppie14-Dec-06 2:04
leppie14-Dec-06 2:04 
GeneralRe: Invoke a controls property Pin
anderslundsgard14-Dec-06 2:25
anderslundsgard14-Dec-06 2:25 
GeneralRe: Invoke a controls property Pin
Eric Dahlvang14-Dec-06 5:43
Eric Dahlvang14-Dec-06 5:43 
QuestionCalling an executable from Internet Explorer as a script? Pin
ghost120713-Dec-06 22:33
ghost120713-Dec-06 22:33 
AnswerRe: Calling an executable from Internet Explorer as a script? Pin
SpartanSoft14-Dec-06 8:52
SpartanSoft14-Dec-06 8:52 
GeneralRe: Calling an executable from Internet Explorer as a script? Pin
ghost120714-Dec-06 20:43
ghost120714-Dec-06 20:43 
GeneralRe: Calling an executable from Internet Explorer as a script? Pin
ghost120718-Dec-06 2:40
ghost120718-Dec-06 2:40 
Questionprblm connecting to database Pin
Osama12313-Dec-06 21:04
Osama12313-Dec-06 21:04 
AnswerRe: prblm connecting to database Pin
chravisankar13-Dec-06 21:10
chravisankar13-Dec-06 21:10 
AnswerRe: prblm connecting to database Pin
jdkulkarni13-Dec-06 21:50
jdkulkarni13-Dec-06 21:50 
GeneralRe: prblm connecting to database Pin
chravisankar13-Dec-06 22:01
chravisankar13-Dec-06 22:01 
QuestionGrab Value from text box Pin
sajid.salim.khan13-Dec-06 20:42
sajid.salim.khan13-Dec-06 20:42 
AnswerRe: Grab Value from text box Pin
chravisankar13-Dec-06 21:08
chravisankar13-Dec-06 21:08 
GeneralRe: Grab Value from text box Pin
sajid.salim.khan13-Dec-06 22:04
sajid.salim.khan13-Dec-06 22:04 
GeneralRe: Grab Value from text box Pin
quiteSmart13-Dec-06 22:23
quiteSmart13-Dec-06 22:23 
AnswerRe: Grab Value from text box Pin
nmason14-Dec-06 5:09
nmason14-Dec-06 5:09 
QuestionChanging Form Layout Pin
sajid.salim.khan13-Dec-06 20:24
sajid.salim.khan13-Dec-06 20:24 
QuestionC++ delegate to C#... Pin
Shy Agam13-Dec-06 20:20
Shy Agam13-Dec-06 20:20 
AnswerRe: C++ delegate to C#... Pin
Eric Dahlvang14-Dec-06 4:47
Eric Dahlvang14-Dec-06 4:47 
QuestionUpdate a DataRow in a DataTable; Pin
swjam13-Dec-06 20:07
swjam13-Dec-06 20:07 
AnswerRe: Update a DataRow in a DataTable; Pin
il_masacratore13-Dec-06 20:21
il_masacratore13-Dec-06 20:21 
GeneralRe: Update a DataRow in a DataTable; Pin
SpartanSoft14-Dec-06 8:56
SpartanSoft14-Dec-06 8:56 
I agree 100% with the constants approach for column names, we do that all the time here and has paid of on numerous occasions. We also do it for the table names.

It decouples you from Database especially for column name changes (just change constant literal) as well as makes the code much more readable.



Christopher Pond
Innovative Technology Solutions
SpartanSoft.net.

Questionfile not found exception in asp.net project Pin
justintimberlake13-Dec-06 19:52
justintimberlake13-Dec-06 19:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.