by Ilyax on 23. July 2010 in Development
Page Code
$("#btnSend").click(function () {
$.ajax({
type: "POST",
url: "../yourcontroller/youraction",
data: "name=bill&surname=gates",
dataType: "json",
success: function (result) {
// result is json
}
});// ajax end
Controller Code
public ActionResult addNameSurname(string name,string surname)
{
/* your insert */
return Json(false);
}
by Ilyax on 22. June 2010 in Actual
If you first look ASP.NET MVC see this video and you PHP developer see this quik and easy MVC i'm sure , gonna love
http://www.msteched.com/2010/NorthAmerica/WEB206
by Ilyax on 03. June 2010 in Development
Hi everybody, short time ago using asp.net MVC and IBlox new version developed upgrade usability and access web or windows platform some release note ;
Now IBlox is real CMS system my Blox is IBlox
Ilyax :)
by Ilyax on 10. March 2010 in Development
Asp.net MVC notları ufak ufak yazılar göndericem küçük sorunlara çabucak erişebilmek adına ilk olarak css ve javascript dosyasının yüklenmeme durumunda yapılması gereken
© Copyright 2007-2010 iLyax.