Click here to Skip to main content
15,891,136 members

Comments by Mojtaba Eng (Top 11 by date)

Mojtaba Eng 9-Sep-13 14:39pm View    
sqlComm.CommandText = "Update badge_master set BM_LastTranName='TEST-7' where BM_BadgeID='123123'";
1- check if BM_LastTranName datatype is Nvarchar change your query to BM_LastTranName=N'TEST-7'
2- debug your code and get sqlComm.CommandText and try run that in query analyzer or query in Management studio
Mojtaba Eng 2-Sep-13 10:54am View    
thanks for your answer , in my code just exactly one client chat with server, why must i have a while loop?
Mojtaba Eng 2-Sep-13 1:10am View    
Deleted
http://bytes.com/topic/c-sharp/answers/271160-word-editor
Mojtaba Eng 10-May-13 9:03am View    
a Treeview with gridview Nodes .
Mojtaba Eng 10-May-13 9:01am View    
write your own MessageBox form and show that. return datatype is DialogResult