1. $.ajax({ type: "POST", url: "/Atrb_SubCategory/Create2", data: { Sub_Name: $("#Sub_Name").val(), Sort: $("#Sort").val() }, success: function (data) { //alert(data); var jsonObj = JSON.parse(data); $("#ctrl_code").html(jsonObj[0].Sub_Code); }, error: function (data) { alert("error : " + data); }, failed: function (data) { alert("failed : " + data); } });
Subscribe to:
Post Comments (Atom)
Linq Expression syntax for where condtion in linq
(Expression<Func<T, bool>> filter)
-
Page preview on single click VS2015 or further or on single click page open in solution explorer Menu>Tools>Options>Environment...
-
1.Class [MetadataType(typeof(auth_model_mas_meta))] public partial class auth_model_mas { public string model_id {...
No comments:
Post a Comment