Click here to Skip to main content
15,887,318 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Ashraf Pin
Richard MacCutchan25-Feb-18 3:47
mveRichard MacCutchan25-Feb-18 3:47 
AnswerRe: Ashraf Pin
ZurdoDev26-Feb-18 2:04
professionalZurdoDev26-Feb-18 2:04 
QuestionRe: Ashraf Pin
ZurdoDev26-Feb-18 2:05
professionalZurdoDev26-Feb-18 2:05 
QuestionASP.Net MVC: How to show checkboxes selection in webgrid column after postback data Pin
Mou_kol19-Feb-18 7:17
Mou_kol19-Feb-18 7:17 
Questionread json file using newtonsoft.json Pin
alpacaheng18-Feb-18 21:49
alpacaheng18-Feb-18 21:49 
SuggestionRe: read json file using newtonsoft.json Pin
Richard MacCutchan18-Feb-18 22:26
mveRichard MacCutchan18-Feb-18 22:26 
AnswerRe: read json file using newtonsoft.json Pin
F-ES Sitecore19-Feb-18 0:08
professionalF-ES Sitecore19-Feb-18 0:08 
QuestionHow to update local json file? Pin
alpacaheng18-Feb-18 21:16
alpacaheng18-Feb-18 21:16 
i want to update a local json file (add & remove) at server side, can anyone show me how to do it?

I pass a id parameter to determine which record i want to remove from client side to server side using ajax
JavaScript
$.ajax({
            type: "POST",
            url: "WebForm1.aspx/remove",
            data: "{id:" + id+ "}",
            contentType: "application/json; charset=utf-8",
            dataType: "json",
            success: OnSuccess,
            failure: function (response) {
                alert(response.d);
            }
        });


after that i had no idea how to code to modify the local file.
C#
[System.Web.Services.WebMethod]
        public static void remove(string id)
        {
            
        }

AnswerRe: How to update local json file? Pin
F-ES Sitecore19-Feb-18 0:10
professionalF-ES Sitecore19-Feb-18 0:10 
QuestionHow to prevent "OnSelectedIndexChanged" event triggered in DropDownCheckBoxes. When DropDownCheckBoxes Bound? Pin
Member 1368202316-Feb-18 9:37
Member 1368202316-Feb-18 9:37 
QuestionSearchable dropdowncheckboxes (like AutoFilter) in asp.net Pin
Member 1368202316-Feb-18 9:31
Member 1368202316-Feb-18 9:31 
QuestionFiltering the data in GridView using Linq query without DataBase in VB.NET Pin
Member 1368202316-Feb-18 9:27
Member 1368202316-Feb-18 9:27 
QuestionRe: Filtering the data in GridView using Linq query without DataBase in VB.NET Pin
Maciej Los17-Feb-18 2:51
mveMaciej Los17-Feb-18 2:51 
QuestionHow browser cache web site pages Pin
Mou_kol16-Feb-18 1:40
Mou_kol16-Feb-18 1:40 
Questionwhat is advantage of loading js file from CDN Pin
Mou_kol16-Feb-18 1:38
Mou_kol16-Feb-18 1:38 
QuestionPls Provide me business logic method for reset password or forget password by user id... Pin
Member 1367430012-Feb-18 4:01
Member 1367430012-Feb-18 4:01 
AnswerRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
OriginalGriff12-Feb-18 4:03
mveOriginalGriff12-Feb-18 4:03 
GeneralRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Member 1367430012-Feb-18 4:28
Member 1367430012-Feb-18 4:28 
AnswerRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Mukthahar Shaik12-Feb-18 7:47
Mukthahar Shaik12-Feb-18 7:47 
GeneralRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Member 1367430012-Feb-18 7:58
Member 1367430012-Feb-18 7:58 
GeneralRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Mukthahar Shaik12-Feb-18 8:11
Mukthahar Shaik12-Feb-18 8:11 
GeneralRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Richard MacCutchan12-Feb-18 8:31
mveRichard MacCutchan12-Feb-18 8:31 
GeneralRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Mukthahar Shaik12-Feb-18 8:48
Mukthahar Shaik12-Feb-18 8:48 
GeneralRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Richard MacCutchan12-Feb-18 9:00
mveRichard MacCutchan12-Feb-18 9:00 
GeneralRe: Pls Provide me business logic method for reset password or forget password by user id... Pin
Member 1367430012-Feb-18 18:45
Member 1367430012-Feb-18 18:45 

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.