Click here to Skip to main content
16,018,664 members

Comments by Gopi9999 (Top 6 by date)

Gopi9999 16-May-12 7:24am View    
Hi, Thanks for the reply... that link was very good.. but what I need is after knowing that the session has expired, immediately the user should be navigated to the Login Page by not executing the lines of code in the ActionResult method.
Gopi9999 1-Mar-12 14:04pm View    
Thanks for your reply...
Gopi9999 28-Feb-12 10:39am View    
Hi, Thanks for answering my question.

Could you please tell me how can I add '23.59.59.999' to @pi_Date.
Gopi9999 12-Aug-11 2:22am View    
Thank you very much. It solved my problem...
Gopi9999 12-Aug-11 2:11am View    
Hi, Thanks for reply.
Even if I use Round, I am facing the same problem
select round(224.025,2) Output 224.030 and it is rounding to 224.02 in c#.
I want both values to be equal. What to do...