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

Comments by JayantaChatterjee (Top 200 by date)

JayantaChatterjee 15-Aug-20 23:42pm View    
Thanks,
I have verified the points which you mentioned. Its looks good from my application.

In my scenario I am adding extra header with http request from angular. so after removing that header part from http request its started working.
JayantaChatterjee 9-Sep-19 4:57am View    
I assumed that "reports" means RDLC. In that case as I mentioned you can not implement the "ReportViwer Control" because in MVC we doesn't have the concept of server side control, Right?
So you can not implement the "ReportViwer Control" in MVC without .aspx form.

Or if you want to know that other way to implement Reports in MVC then you can try "Crystal Report".
For more details:- https://www.c-sharpcorner.com/article/use-crystal-report-in-mvc-net/
JayantaChatterjee 6-Sep-19 7:19am View    
Did you added the JS files references (https://code.jquery.com/jquery-3.3.1.js,
https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js) in your WebFrom1.aspx?
JayantaChatterjee 6-Sep-19 6:29am View    
On which property do you want to Order by desc in your Object list?
JayantaChatterjee 11-Oct-18 4:02am View    
Hi Jithin,
if you are using this expression on DOB column then you don't need to check the column name, because it always will the DOB column right.?

you said "showing error '#Error' in columns other than data type date time.":-
is your DOB columns may have different values (which is not date time)?