Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regular Expressions Performance Pin
riced14-Jul-10 0:15
riced14-Jul-10 0:15 
QuestionLogging to Website Pin
NaveenHS13-Jul-10 21:13
NaveenHS13-Jul-10 21:13 
AnswerRe: Logging to Website Pin
Peace ON13-Jul-10 21:27
Peace ON13-Jul-10 21:27 
GeneralRe: Logging to Website Pin
NaveenHS13-Jul-10 21:38
NaveenHS13-Jul-10 21:38 
GeneralRe: Logging to Website Pin
karmjit43513-Jul-10 21:48
karmjit43513-Jul-10 21:48 
AnswerRe: Logging to Website Pin
Luc Pattyn13-Jul-10 21:43
sitebuilderLuc Pattyn13-Jul-10 21:43 
AnswerRe: Logging to Website Pin
Bigdeak13-Jul-10 22:02
Bigdeak13-Jul-10 22:02 
QuestionNeed Help Pin
mjawadkhatri13-Jul-10 20:21
mjawadkhatri13-Jul-10 20:21 
Hi.
please tell me my mistake in blow code,code not return any value.. please help


string query2 = "select sum(amount) Total from pur_inv_dtl where inv_id = '" + IdTxt.Text + "'";



SqlCommand cmd2 = new SqlCommand(query2, conn);


try
{
conn.Open();
SqlDataReader sdr = cmd2.ExecuteReader();
while (sdr.Read())
{
Gtotal.Text = sdr["Total"].ToString();
}

}
finally
{
conn.Close();
}
AnswerRe: Need Help Pin
OkkiePepernoot13-Jul-10 21:09
OkkiePepernoot13-Jul-10 21:09 
AnswerRe: Need Help Pin
karmjit43513-Jul-10 21:15
karmjit43513-Jul-10 21:15 
AnswerRe: Need Help Pin
OriginalGriff13-Jul-10 21:40
mveOriginalGriff13-Jul-10 21:40 
AnswerRe: Need Help Pin
Luc Pattyn13-Jul-10 21:49
sitebuilderLuc Pattyn13-Jul-10 21:49 
AnswerRe: Need Help Pin
Pete O'Hanlon13-Jul-10 22:02
mvePete O'Hanlon13-Jul-10 22:02 
QuestionNetwork Transaction Management...... Need Help... Pin
nEar_mO13-Jul-10 16:42
nEar_mO13-Jul-10 16:42 
AnswerRe: Network Transaction Management...... Need Help... Pin
Richard Andrew x6413-Jul-10 17:33
professionalRichard Andrew x6413-Jul-10 17:33 
GeneralRe: Network Transaction Management...... Need Help... Pin
nEar_mO13-Jul-10 17:40
nEar_mO13-Jul-10 17:40 
AnswerRe: Network Transaction Management...... Need Help... Pin
Peace ON13-Jul-10 19:49
Peace ON13-Jul-10 19:49 
QuestionTrigger a Parent Form Event From UserControl In TableLayoutPanel Pin
JessStuart13-Jul-10 14:32
JessStuart13-Jul-10 14:32 
AnswerRe: Trigger a Parent Form Event From UserControl In TableLayoutPanel Pin
Richard Blythe13-Jul-10 16:12
Richard Blythe13-Jul-10 16:12 
GeneralRe: Trigger a Parent Form Event From UserControl In TableLayoutPanel Pin
JessStuart14-Jul-10 6:51
JessStuart14-Jul-10 6:51 
GeneralRe: Trigger a Parent Form Event From UserControl In TableLayoutPanel Pin
Richard Blythe14-Jul-10 7:40
Richard Blythe14-Jul-10 7:40 
GeneralRe: Trigger a Parent Form Event From UserControl In TableLayoutPanel Pin
JessStuart14-Jul-10 8:07
JessStuart14-Jul-10 8:07 
GeneralRe: Trigger a Parent Form Event From UserControl In TableLayoutPanel Pin
Richard Blythe14-Jul-10 8:28
Richard Blythe14-Jul-10 8:28 
QuestionPlaying mp3 files?? Pin
Muammar©13-Jul-10 7:11
Muammar©13-Jul-10 7:11 
AnswerRe: Playing mp3 files?? Pin
I Believe In GOD13-Jul-10 7:39
I Believe In GOD13-Jul-10 7:39 

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.