How can update the step form view with Ajax in ASP.NET

this is my method to Get Cart:

   [HttpGet("/UserPanel/CheckOut")]
   public async Task<IActionResult> CheckOut()
   {


       var text = await _siteService.GetSiteSettingForEdit();
       var tax = text.Tax;

       var userId = User.GetCurrentUserId();

       // Get From Session
       var cartItems = _orderService.GetFromSession();

       // Update ClientId In ShowCart after Login
       foreach (var item in cartItems)
       {
           if (item.ClientId == 0)
           {
               item.ClientId = userId;
           }
       }


       // Get user addresses
       var userAddresses = await _orderService.GetClientContactInfoById(userId);

       

       // we check it in repo and create a list:
       //    List<CartAddressViewModel> cartAddresses = new List<CartAddressViewModel>();
       //so we don't need to check if null, because in repo 100% create a list for it with object, but not null



       var deliveryAndPaymentDetails = GetDeliveryAndPaymentDetailsFromSession();
       //First get 0/0/1 then after run 2 script it will  be change to the new date

       // Create CartViewModel

       var cartViewModel = new CartViewModel
       {
           Items = cartItems,
           Tax = tax,
           CartAddresses = userAddresses,
           CartDeliveryDateViewModel = deliveryAndPaymentDetails

       };


       await GetStateAndDistricts();

       return View(cartViewModel);
   }

and I Add New Address in form 2 in my stepform :

      [HttpPost]
      public async Task<IActionResult> AddNewAddress(CartAddressViewModel model, int clientId)
      {
          await GetStateAndDistricts();
          var userId = User.GetCurrentUserId();

          var result = await _orderService.CreateNewContactInfoByClient(model, userId);

          switch (result)
          {
              case CreateCartAddressResult.NotFound:
                  return Json(new { success = false, message = "Address not found." });

              case CreateCartAddressResult.AddressIsExists:
                  return Json(new { success = false, message = "This Address is registered Before" });

              case CreateCartAddressResult.Success:

                  return Json(new { success = true, message = "Address added successfully!", formData = model });

              default:
                  return Json(new { success = false, message = "An unexpected error occurred." });
          }
      }

after adding I want to update View of Checkout but just form 2.
this is my Ajax after adding new Address, How ever I get the correct data in Checkout method with update data, But it dose not show in its view ( on step form 2)

  // Handle form submission AddNewAddress Form

  $("#addNewAddressContainer").on("submit", "form", function (e) {
      e.preventDefault();

      var $form = $(this);
      var formData = $form.serialize();

      $.ajax({
          url: $form.attr("action"),
          type: $form.attr("method"),
          data: formData,
          success: function (response) {
              if (response.success) {
                  ShowMessage(response.message); // From My ShowMessage Method
                  $form.hide();

                  $('html, body').animate({ scrollTop: 0 }, 'fast');
                  $('#addressListContainer').empty();

                  // Update the address list after successful submission
                  $.ajax({
                      url: "/UserPanel/CheckOut", // Endpoint to fetch updated checkout page HTML
                      type: "GET",
                      success: function (updatedView) {
                          console.log('Successfully fetched updated checkout page.');
                          console.log(updatedView); // Log the received HTML for debugging

                          // Check if updatedView contains the addressListContainer
                          var updatedAddresses = $(updatedView).find('#addressListContainer').html();
                          if (updatedAddresses) {
                              // Update the address list container
                              $('#addressListContainer').html(updatedAddresses);
                          } else {
                              console.error('Updated addresses not found in the received HTML.');
                          }
                      },
                         
                      error: function () {
                          alert('Error occurred while loading address list.');
                      }
                  });
              } else {
                  ShowMessage(response.message);
              }
          },
          error: function () {
              ShowMessage('Error occurred while submitting the form.');
          }
      });
  });

what is my wrong to return new view after update?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật