Click here to Skip to main content
15,867,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: Data backup in Windows Forms Application Pin
Jason Gleim26-Aug-13 8:37
professionalJason Gleim26-Aug-13 8:37 
GeneralRe: Data backup in Windows Forms Application Pin
Thota Nani26-Aug-13 9:00
Thota Nani26-Aug-13 9:00 
Questionregex search Pin
jojoba2026-Aug-13 4:37
jojoba2026-Aug-13 4:37 
AnswerRe: regex search Pin
OriginalGriff26-Aug-13 5:38
mveOriginalGriff26-Aug-13 5:38 
AnswerRe: regex search Pin
PIEBALDconsult26-Aug-13 5:51
mvePIEBALDconsult26-Aug-13 5:51 
AnswerRe: regex search [Solved!] Pin
jojoba2026-Aug-13 7:07
jojoba2026-Aug-13 7:07 
QuestionCheckBoxlist Select ALl Pin
pavithrasubbareddy26-Aug-13 2:25
pavithrasubbareddy26-Aug-13 2:25 
AnswerRe: CheckBoxlist Select ALl Pin
SaqibRasheed26-Aug-13 5:16
SaqibRasheed26-Aug-13 5:16 
You are doing the string comparison which may result true in all cases. Use id(chk.selectedvalue != 0) instead of id(chk.selectedvalue != "0"). Or you can also try id(chk.Checked == false)
AnswerRe: CheckBoxlist Select ALl Pin
Mycroft Holmes26-Aug-13 13:03
professionalMycroft Holmes26-Aug-13 13:03 
QuestionC# Devexpress Row Select Pin
Msdx4526-Aug-13 0:44
Msdx4526-Aug-13 0:44 
AnswerRe: C# Devexpress Row Select Pin
Jason Gleim26-Aug-13 8:49
professionalJason Gleim26-Aug-13 8:49 
GeneralRe: C# Devexpress Row Select Pin
Msdx4526-Aug-13 15:49
Msdx4526-Aug-13 15:49 
GeneralRe: C# Devexpress Row Select Pin
Jason Gleim27-Aug-13 4:52
professionalJason Gleim27-Aug-13 4:52 
GeneralRe: C# Devexpress Row Select Pin
Msdx4531-Aug-13 12:53
Msdx4531-Aug-13 12:53 
QuestionDownload multiple files Pin
cdpsource25-Aug-13 20:55
cdpsource25-Aug-13 20:55 
AnswerRe: Download multiple files Pin
Bernhard Hiller25-Aug-13 21:04
Bernhard Hiller25-Aug-13 21:04 
GeneralRe: Download multiple files Pin
harold aptroot25-Aug-13 21:59
harold aptroot25-Aug-13 21:59 
QuestionInitializing a Class Property Pin
s.leveel25-Aug-13 9:24
s.leveel25-Aug-13 9:24 
AnswerRe: Initializing a Class Property Pin
BillWoodruff25-Aug-13 13:40
professionalBillWoodruff25-Aug-13 13:40 
RantRe: Initializing a Class Property Pin
Pete O'Hanlon25-Aug-13 21:29
subeditorPete O'Hanlon25-Aug-13 21:29 
AnswerRe: Initializing a Class Property Pin
Bernhard Hiller25-Aug-13 21:12
Bernhard Hiller25-Aug-13 21:12 
QuestionHow to bind SQL date to RadHtmlChart control? Pin
Member 1023043024-Aug-13 22:13
Member 1023043024-Aug-13 22:13 
AnswerRe: How to bind SQL date to RadHtmlChart control? Pin
Mycroft Holmes25-Aug-13 0:53
professionalMycroft Holmes25-Aug-13 0:53 
QuestionHow to change BG color of tree node on click event Pin
rfresh24-Aug-13 6:51
rfresh24-Aug-13 6:51 
AnswerRe: How to change BG color of tree node on click event Pin
Mycroft Holmes24-Aug-13 13:37
professionalMycroft Holmes24-Aug-13 13:37 

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.