Click here to Skip to main content
15,915,093 members

Comments by legendhunter64 (Top 4 by date)

legendhunter64 25-Jul-14 8:19am View    
Server Side code is not that easy to demo. Try http://api.jquery.com/jquery.ajax/. Basically, you call the server and receive a response without a page refresh.
legendhunter64 25-Jul-14 8:16am View    
DateTime.TryParse(dr["empDOB"].ToString(), out employeeObject.EmployeeDateOfBirth);
legendhunter64 25-Jul-14 7:03am View    
Use AJAX calls for connectivity.
legendhunter64 25-Jul-14 7:00am View    
If the issue was the exception "String is not a valid DateTime", then use DateTime.TryParse. If the issue was the actual format, try splitting the string by ";" and getting the first token.