Click here to Skip to main content
15,887,962 members

Comments by Alexander Dymshyts (Top 165 by date)

Alexander Dymshyts 13-Aug-18 3:01am View    
Please add some code, that you have tried
Alexander Dymshyts 11-May-18 7:39am View    
Deleted
Try to google folowing: bind data to datagrid c#
Alexander Dymshyts 30-Oct-16 10:40am View    
You can create two userControls - one for user and one for academic and load them on click event into your main view
Alexander Dymshyts 27-May-16 3:30am View    
I also think you should restructure your project. In my projects I have following layers - View - it views and viewModels; BusinessLayer - different methods; DataAccessLayer - methods to work with dbo; ModelLayer - models. DAL reference goes to businessLayer, businessLayer to view.
Alexander Dymshyts 8-Sep-15 4:59am View    
Use for opening and closing connection, sqlcommands using block like in CompressData method