Click here to Skip to main content
15,901,205 members

Comments by Bh@gyesh (Top 141 by date)

Bh@gyesh 23-Jun-15 2:53am View    
Hi,
Here you need to take some datatable first to store the matching result and then that datatable you can bind to datagrid view.
Bh@gyesh 24-Sep-14 0:38am View    
Try SelectedPath = string.Concat("//", SelectedPath.TrimStart('/'));
Bh@gyesh 15-Sep-14 5:32am View    
Can you please more elaborate on this question?
Bh@gyesh 11-Sep-14 6:36am View    
Can you please more elaborate on this?
Bh@gyesh 2-Sep-14 1:06am View    
You can define no of connection string in app.config and can use any of one from code behind.
ie. in class you can define condition and based on condition the connectionstring can be configured.