Click here to Skip to main content
15,884,838 members

Comments by mtufail (Top 6 by date)

mtufail 30-Mar-20 14:47pm View    
"dd/MM/yyyy" work fine on local server and also work fine when i use sql server ip, username and password directly with my application. it show error on live web after date 12
mtufail 30-Mar-20 14:25pm View    
when i use "MM/dd/yyyy" it work on or before 12 but not show data and give error after 12 date.
When i use "dd/MM/yyyy" it work fine on or before 12 date and also show data but give error after 12 date.
mtufail 30-Mar-20 14:12pm View    
In SQL server i use date datatype.
When i use formate "yyyy/MM/dd" it show error on both before and after 12 date
when i use formate "dd/MM/yyyy" it show error after date 12 and work fine on or before 12 date
mtufail 14-Nov-19 10:41am View    
I know that u said above, but i am fail to update the value in class.
how to set updated value in class?
mtufail 30-Sep-19 9:48am View    
In debug the code there is no issue but when debug on Controller, but when on partial view it stop at one places.
Kindly told me how i see the error. how to debug on partial view