Asp.Net MVC -3

continue >>

asp.net MVC - 2 first ajax request

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);
}

continue >>

Microsoft ASP.NET MVC for Web Form Programmers

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

continue >>

IBlox blog = new IBlox();

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 ;

  • Search System activated
  • Optinal slug method
  • Tag system activated
  • OOB design change
  • Added paging to all the systems
  • IBlox Core change
  • Using Asp.net MVC 2
  • Sql Server 2005-2008
  • Socials buttons
  • Comment system activated
  • Configuration upgrade
  • Jquery-1.4.1 upgrade

Now IBlox is real CMS system my Blox is IBlox
Ilyax :)

continue >>

Asp.net MVC - 1

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

continue >>
Page 1 of 1   1