{"id":20605173,"url":"https://github.com/arnab-developer/partialviewaspnet","last_synced_at":"2025-09-09T18:34:28.237Z","repository":{"id":7868784,"uuid":"9241233","full_name":"Arnab-Developer/PartialViewAspNet","owner":"Arnab-Developer","description":"Demo with partial view and AJAX call using ASP.NET MVC","archived":false,"fork":false,"pushed_at":"2022-09-15T05:53:40.000Z","size":525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T02:08:16.227Z","etag":null,"topics":["asp-net-mvc","jquery-ajax","partial-views"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arnab-Developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-05T12:58:46.000Z","updated_at":"2022-09-15T05:53:43.000Z","dependencies_parsed_at":"2023-01-11T18:45:59.934Z","dependency_job_id":null,"html_url":"https://github.com/Arnab-Developer/PartialViewAspNet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arnab-Developer/PartialViewAspNet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FPartialViewAspNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FPartialViewAspNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FPartialViewAspNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FPartialViewAspNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arnab-Developer","download_url":"https://codeload.github.com/Arnab-Developer/PartialViewAspNet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FPartialViewAspNet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274340921,"owners_count":25267297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-mvc","jquery-ajax","partial-views"],"created_at":"2024-11-16T09:26:57.177Z","updated_at":"2025-09-09T18:34:28.200Z","avatar_url":"https://github.com/Arnab-Developer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Partial view and AJAX call\n\nDemo with partial view and AJAX call using ASP.NET MVC.\n\nIndex action method of Product controller returns partial view. \n```csharp\npublic ActionResult Index()\n{\n    IList\u003cProduct\u003e products = Repositary.GetAll();\n    return PartialView(products);\n}\n```        \nThis Index method has been called from Home -\u003e Index view with jQuery and placed in html.\n```javascript\n$(document).ready(function () {\n    $(\"#ShowProducts\").click(function () {\n        $.get(\"/Product/\", function (data) { // Get data through AJAX call.\n            $(\"#Products\").empty();\n            $(\"#Products\").html(data); // Populate with data.\n        });\n    });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Fpartialviewaspnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnab-developer%2Fpartialviewaspnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Fpartialviewaspnet/lists"}