Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: getting XML Attribute doesn't work Pin
Andrei Ungureanu10-Jul-06 3:46
Andrei Ungureanu10-Jul-06 3:46 
AnswerRe: getting XML Attribute doesn't work Pin
stancrm10-Jul-06 3:49
stancrm10-Jul-06 3:49 
GeneralRe: getting XML Attribute doesn't work Pin
Schimaera10-Jul-06 4:24
Schimaera10-Jul-06 4:24 
Questionadd control to listBox Pin
TAREQ F ABUZUHRI10-Jul-06 3:14
TAREQ F ABUZUHRI10-Jul-06 3:14 
AnswerRe: add control to listBox Pin
LongRange.Shooter10-Jul-06 4:08
LongRange.Shooter10-Jul-06 4:08 
GeneralRe: add control to listBox Pin
Josh Smith10-Jul-06 4:40
Josh Smith10-Jul-06 4:40 
AnswerRe: add control to listBox Pin
Andrew Lygin10-Jul-06 10:07
Andrew Lygin10-Jul-06 10:07 
Questionms access problem :( help please ... Pin
cmpeng3410-Jul-06 2:38
cmpeng3410-Jul-06 2:38 
hi all,
this query :

string query = "insert into KiralamaBilgisi(Kasa,DovizCinsi,GunlukKira,ToplamKira,KiraBaslangic,KiraBitis,KiraSuresi,COSaati,KaydiYapan) values(" + Convert.ToInt32(txtOdaNo.Text) + ",'" + txtDovizCin.Text + "'," + Convert.ToInt32(txtGunlukKBedel.Text) + "," + Convert.ToDouble(txtToplamKBedel.Text) + ",#" + Convert.ToDateTime(txtKiraBaslangic.Text).ToShortDateString() + "#,#" + Convert.ToDateTime(txtKiraBitis.Text).ToShortDateString() + "#," + Convert.ToInt32(txtKiraSuresi.Text) + ",'" + cmbCOSaati.Text + "','" + lblUserName.Text + "')";

doesnt return any error if my regional and language options is English...
but it returns: Number of query values and destination fields are not the same Frown | :(

whats wrong with date values? what should i do so as to make my program work both for english and turkish computers ???

thanks in advance, bye.
AnswerRe: ms access problem :( help please ... Pin
LongRange.Shooter10-Jul-06 4:13
LongRange.Shooter10-Jul-06 4:13 
Questionchange WindowsForm Pin
realmontanakid10-Jul-06 2:25
realmontanakid10-Jul-06 2:25 
AnswerRe: change WindowsForm Pin
stancrm10-Jul-06 2:36
stancrm10-Jul-06 2:36 
GeneralRe: change WindowsForm Pin
Jun Du10-Jul-06 4:36
Jun Du10-Jul-06 4:36 
AnswerRe: change WindowsForm Pin
Andrei Ungureanu10-Jul-06 3:37
Andrei Ungureanu10-Jul-06 3:37 
QuestionListViewItemSorter and Icomparer [modified] Pin
livez10-Jul-06 1:26
livez10-Jul-06 1:26 
AnswerRe: ListViewItemSorter and Icomparer Pin
Robert Rohde10-Jul-06 3:24
Robert Rohde10-Jul-06 3:24 
GeneralRe: ListViewItemSorter and Icomparer [modified] Pin
livez10-Jul-06 3:41
livez10-Jul-06 3:41 
QuestionWord DOC To String Pin
eraserk10-Jul-06 1:19
eraserk10-Jul-06 1:19 
AnswerRe: Word DOC To String Pin
stancrm10-Jul-06 1:24
stancrm10-Jul-06 1:24 
AnswerRe: Word DOC To String Pin
Not Active10-Jul-06 2:19
mentorNot Active10-Jul-06 2:19 
GeneralRe: Word DOC To String Pin
eraserk10-Jul-06 2:42
eraserk10-Jul-06 2:42 
Questionbutton appearance remain unchanged after VS2005 conversion Pin
Kim061810-Jul-06 1:09
Kim061810-Jul-06 1:09 
GeneralRe: button appearance remain unchanged after VS2005 conversion Pin
Guffa10-Jul-06 2:35
Guffa10-Jul-06 2:35 
AnswerRe: button appearance remain unchanged after VS2005 conversion Pin
LongRange.Shooter10-Jul-06 4:15
LongRange.Shooter10-Jul-06 4:15 
GeneralRe: button appearance remain unchanged after VS2005 conversion Pin
Kim061810-Jul-06 7:08
Kim061810-Jul-06 7:08 
GeneralRe: button appearance remain unchanged after VS2005 conversion Pin
LongRange.Shooter10-Jul-06 8:04
LongRange.Shooter10-Jul-06 8:04 

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.