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)
Raw Insert query in EF8 or Entity Framwork 8
public async Task<object> InsertRack(Rack RackInsert) { try { sql = " i...
-
1. Customer Form Authentication Set on Controller 2. Set On Web config 3. Add Authentication Filter 4. Use Athentication Filter...
-
There are three of dependency injection executer, we will she their life time cycle 1. Scoped > It does not go to life time 2. Transient...
No comments:
Post a Comment