Click here to Skip to main content
15,898,222 members

Comments by Kannan Subramaniam (Top 10 by date)

Kannan Subramaniam 14-Sep-15 23:45pm View    
private void DeleteSelected(object state)
{
if (null != state)
{
Employee emp = new Employee();
emp.RemoveEmployee(state as Employee);
//employeesList = emp.GetAllEmployees(); // Remove this code and try.
OnPropertyChanged("employeeList");
}
}
Kannan Subramaniam 14-Sep-15 23:37pm View    
Try setting the Binding to TwoWay. Also you are not updating the text dependency property on the raised event.
Kannan Subramaniam 3-Aug-15 7:10am View    
try to open the created word file in the openxml developer tool and validate the word file. It will show the appropriate error messages.
Kannan Subramaniam 1-Apr-14 4:09am View    
Update your VS2012 with service pack 4.
Kannan Subramaniam 28-Mar-14 1:56am View    
Try OpenXML or some opensource Excel API's