Quantcast
Channel: CodeProject Latest postings for ASP.NET
Viewing all articles
Browse latest Browse all 3938

microsoft jscript runtime error out of memory

$
0
0
i got this error
 
after executing the below code
 
update 
[AjaxPro.AjaxMethod]
    publicbool UpdateCoupons(int ID, int CouponsNo,int TripsNo ,int GPSNo)
    {
 
        if (CouponsNo == null) CouponsNo = 0;
        if (TripsNo == null) TripsNo = 0;
        if (GPSNo == null) GPSNo = 0;
 
       // if (string.IsNullOrWhiteSpace(Exemption)) return false;
try
        {
            using (Model.NadafaEntities context = new Model.NadafaEntities())
            {
                context.cap_ChangeCoupons2(ID, CouponsNo, TripsNo, GPSNo, HttpContext.Current.User.Identity.Name.ToLower());
            }
            returntrue;
        }
        catch (Exception ex)
        {
            returnfalse ;
        }
    }
 
i need your help

Viewing all articles
Browse latest Browse all 3938

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>