Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to add a number to Left top Of a td Element Pin
Jugdeep Singh Sidana28-Oct-14 19:54
Jugdeep Singh Sidana28-Oct-14 19:54 
QuestionUser Sessions Override each other Pin
Vimalsoft(Pty) Ltd20-Oct-14 23:55
professionalVimalsoft(Pty) Ltd20-Oct-14 23:55 
AnswerRe: User Sessions Override each other Pin
Richard Deeming21-Oct-14 1:40
mveRichard Deeming21-Oct-14 1:40 
GeneralRe: User Sessions Override each other Pin
Vimalsoft(Pty) Ltd21-Oct-14 22:11
professionalVimalsoft(Pty) Ltd21-Oct-14 22:11 
QuestionThe Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file Pin
lan160720-Oct-14 19:52
lan160720-Oct-14 19:52 
AnswerRe: The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file Pin
Praneet Nadkar20-Oct-14 19:57
Praneet Nadkar20-Oct-14 19:57 
GeneralRe: The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file Pin
lan160720-Oct-14 22:02
lan160720-Oct-14 22:02 
Questionmicrosoft jscript runtime error out of memory Pin
ayah abuzaid18-Oct-14 20:30
ayah abuzaid18-Oct-14 20:30 
i got this error

after executing the below code

, newNum1_<%# Eval("ID")%>.value,newNum2_<%# Eval("ID")%>.value,newNum3_<%# Eval("ID")%>)" >update
C#
[AjaxPro.AjaxMethod]
    public bool 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());
            }
            return true;
        }
        catch (Exception ex)
        {
            return false ;
        }
    }


i need your help
SuggestionRe: microsoft jscript runtime error out of memory Pin
Kornfeld Eliyahu Peter18-Oct-14 21:16
professionalKornfeld Eliyahu Peter18-Oct-14 21:16 
GeneralRe: microsoft jscript runtime error out of memory Pin
ayah abuzaid18-Oct-14 23:27
ayah abuzaid18-Oct-14 23:27 
AnswerRe: microsoft jscript runtime error out of memory Pin
Nathan Minier20-Oct-14 2:12
professionalNathan Minier20-Oct-14 2:12 
QuestionWeb API ObservableCollection Returns Null Pin
Kevin Marois18-Oct-14 18:23
professionalKevin Marois18-Oct-14 18:23 
SuggestionRe: Web API ObservableCollection Returns Null Pin
Kornfeld Eliyahu Peter18-Oct-14 21:12
professionalKornfeld Eliyahu Peter18-Oct-14 21:12 
AnswerRe: Web API ObservableCollection Returns Null Pin
Nathan Minier20-Oct-14 2:19
professionalNathan Minier20-Oct-14 2:19 
QuestionCODE TO SELECT MULTIPLE ITEMS DISPLAYING IN A WEBPAGE IN ASP.NET Pin
KishoreRoyal17-Oct-14 19:17
professionalKishoreRoyal17-Oct-14 19:17 
AnswerRe: CODE TO SELECT MULTIPLE ITEMS DISPLAYING IN A WEBPAGE IN ASP.NET Pin
Kornfeld Eliyahu Peter18-Oct-14 8:48
professionalKornfeld Eliyahu Peter18-Oct-14 8:48 
AnswerRe: CODE TO SELECT MULTIPLE ITEMS DISPLAYING IN A WEBPAGE IN ASP.NET Pin
jkirkerx18-Oct-14 11:52
professionaljkirkerx18-Oct-14 11:52 
QuestionPublic Enum with strings Pin
byka17-Oct-14 5:59
byka17-Oct-14 5:59 
AnswerRe: Public Enum with strings Pin
ZurdoDev17-Oct-14 8:45
professionalZurdoDev17-Oct-14 8:45 
GeneralRe: Public Enum with strings Pin
byka17-Oct-14 9:46
byka17-Oct-14 9:46 
AnswerRe: Public Enum with strings Pin
ZurdoDev17-Oct-14 10:24
professionalZurdoDev17-Oct-14 10:24 
GeneralRe: Public Enum with strings Pin
byka17-Oct-14 10:27
byka17-Oct-14 10:27 
AnswerRe: Public Enum with strings Pin
ZurdoDev17-Oct-14 10:28
professionalZurdoDev17-Oct-14 10:28 
GeneralRe: Public Enum with strings Pin
RichardGrimmer30-Oct-14 5:10
RichardGrimmer30-Oct-14 5:10 
GeneralRe: Public Enum with strings Pin
ZurdoDev30-Oct-14 5:16
professionalZurdoDev30-Oct-14 5:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.