Click here to Skip to main content
15,900,108 members

Comments by ConnectingKamlesh (Top 17 by date)

ConnectingKamlesh 4-Jun-15 7:40am View    
Try replacing the apostrophe with double apostrophe,

ds.Tables[0].Rows[0][1].ToString().Replace("'","''");
ConnectingKamlesh 22-May-15 7:28am View    
well, it does open the windows explorer to browse, please make sure your button "btnBrowse" is correctly hooked to the event "btnBrowse_Click".
ConnectingKamlesh 22-May-15 6:35am View    
On which line are you getting that error ?
ConnectingKamlesh 19-May-15 3:39am View    
where have you assigned the value in @component
ConnectingKamlesh 18-May-15 8:27am View    
because he is already having a regex which is not able handle one situation, i.e. when there is space in the end of the line, so I just proposed a solution which he can apply to his regex without changing his context.