asp.net ajax

  1. ahmedaziz

    Question validation message sweet alert display more than once when record exist before and click on submit button multi time ?

    I work on asp.net mvc Application Ajax Request Calling I face Issue message sweet alert display more than once if i click button submit more than once if i press same button submit again for same request it will display (message Employee Exist Before) two time if i press same button submit...
  2. ahmedaziz

    Question issue approval index action not redirect to pending action view although no error on debug code?

    I work on asp.net mvc Project .I face issue action ApprovalIndex Not redirect to action PendingManagersRequests although no error happen . I debug and trace breakpoint until reach action PendingManagersRequests and trace until I reach to view return View(vmr); without any issues . so why it...
  3. naraomur

    Resolved FileUpload and PostBack, UpdatePanel after Page Validation is not working

    Please could you check this issue out nothing is working. I have surfed deeep internet as well After I click save button FileUpload.hasFile is returning false even though I've included postbacktrigger and added the form enc type. Even the custom validator is returning true on FileUpload.HasFile...
  4. ahmedaziz

    Question How to return json result true when exist and false when not exist

    I working on mvc asp.net csharp i need to make function return json result when branch code exist then return true and if not exist return false so can you help me do this function return json result true or false public JsonResult CheckExist(string BranchCode) { string branches =...
  5. ahmedaziz

    Question error object reference null after click submit button ?

    I working on MVC razor pages asp.net core 7 . I can't display success message after submit and insert data on same page . I get error System.NullReferenceException: 'Object reference not set to an instance of an object.' error happen on Model.userModel.Branches Expected Result is display...
  6. H

    Downloading files from grid

    Hello community I'm having problems in downloading files from a grid, i saw some solutions, all very similar, and but none solve my problem, i guess there must be some small mistake from my own. Can you help me? I'm using layers architecture and telerik framework <telerik:GridTemplateColumn...
Back
Top Bottom