I have been learning dojo for some time, and I have also sorted out some materials. First, I would like to start with the most basic level. Helloworld
ASP. NET + dojo
The dojo event binding pops up with helloworld.
<% @ page Language = "C #" autoeventwireup = "true" codebehind = "helloworlddojo. aspx. CS "inherits =" dojotest. helloworlddojo "%>
<% -- Introduce dojo -- %>
Dojo operation Dom version helloworld
<% @ page Language = "C #" autoeventwireup = "true" codebehind = "hellodojo. aspx. CS "inherits =" dojotest. hellodojo "%>
my first dojo program!
hello, dojo!
Dojo encapsulates ajax to implement helloworld
<% @ page Language = "C #" autoeventwireup = "true" codebehind = "hellodojoajax. aspx. CS "inherits =" dojotest. hellodojoajax "%>
Recently, I have been paying more attention to Ajax, and some Dojo-related Ajax problems may occur.Article. Dijit controls may also be discussed.