Click here to Skip to main content
15,891,902 members

Comments by Khan Sameer (Top 62 by date)

Khan Sameer 2-Jun-20 1:10am View    
Exception: TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the
arguments objects for calls to them at Function.invokeGetter (<anonymous>:1:142)]

Internal Server Error
jquery.min.js:2 [Violation] 'load' handler took 21304ms
jquery.min.js:2 [Violation] 'setTimeout' handler took 5863ms
Khan Sameer 1-Jun-20 14:22pm View    
When i check inspecting the page in the Network tab the function Get_DashBoardData is shown in red color with
Name : Get_DashBoardData
Status : 500
Type : xhr
Initiator : jquery.min.js
Khan Sameer 10-Sep-18 22:39pm View    
Yes, I am not able to assign value to this mask textbox i have tried this
msk_test.CssClassTextBox="5555/5555/5555";
msk_test.InputMask = "5555/5555/5555";
It is showing blank. How to refill it.
Khan Sameer 6-Jun-18 2:26am View    
ok got the point. Thanks .....
Khan Sameer 6-Jun-18 1:19am View    
Actually the problem is while running on a local server i do the date calculation in dd/MM/yyyy format and after publishing on the server i have to convert in MM/dd/yyyy format as such.