ASP NET 4 Unleased - p 2 doc

ASP.NET 4 Unleased - p 2 doc

ASP.NET 4 Unleased - p 2 doc

... Location 12 24 Using Authorization with Images and Other File Types 122 5 Using ASP. NET Membership . 122 6 Using the Membership Application Programming Interface 122 7 Encrypting and Hashing User Passwords. ... Membership Provider . 1 24 4 Using the Role Manager . 1 24 6 Configuring the SqlRoleProvider 1 24 7 Configuring the WindowsTokenRoleProvider 125 2 Configuring the Authoriza...

Ngày tải lên: 06/07/2014, 18:20

10 319 1
ASP.NET 4 Unleased - p 3 docx

ASP.NET 4 Unleased - p 3 docx

... VII: Building ASP. NET Applications—Discusses a variety of topics related to building ASP. NET applications. For example, you learn how to improve the perfor- mance of your ASP. NET applications by ... eBook ptg 33 Building ASP. NET MVC Applications. 1501 Introducing the ASP. NET MVC Framework . 1501 Models 15 02 Views 15 02 Controllers 15 02 Creating Your First ASP. NE...

Ngày tải lên: 06/07/2014, 18:20

10 302 0
ASP.NET 4 Unleased - p 6 doc

ASP.NET 4 Unleased - p 6 doc

... the page is posted back to the server, ASP. NET Framework rips apart this string and re-creates the values of all the properties stored in View State. In this way, ASP. NET Framework preserves ... ptg 30 CHAPTER 1 Overview of the ASP. NET Framework FIGURE 1.10 Preserving state between postbacks. The ASP. NET Framework uses a trick called View State. If you open the page in List...

Ngày tải lên: 06/07/2014, 18:20

10 220 0
ASP.NET 4 Unleased - p 14 docx

ASP.NET 4 Unleased - p 14 docx

... Figure 2. 17). LISTING 2. 28 ImageMapPostBack.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> ... of Wow! eBook ptg 107 Displaying Images 2 LISTING 2. 27 ImageMapNavigate.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.0 Transition...

Ngày tải lên: 06/07/2014, 18:20

10 317 0
ASP.NET 4 Unleased - p 17 doc

ASP.NET 4 Unleased - p 17 doc

... eBook ptg 1 34 LISTING 3.5 ShowValidationGroups.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> ... eBook ptg 1 42 CHAPTER 3 Using the Validation Controls LISTING 3.8 ShowInitialValue.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.0...

Ngày tải lên: 06/07/2014, 18:20

10 258 0
ASP.NET 4 Unleased - p 20 docx

ASP.NET 4 Unleased - p 20 docx

... includeScript = Page.ResolveClientUrl(“~/ClientScripts/AjaxValidator.js”); Page.ClientScript.RegisterClientScriptInclude(“AjaxValidator”, includeScript); // Register startup script String startupScript ... ShowLengthValidator.aspx <%@ Page Language=”C#” %> <%@ Register TagPrefix=”custom” Namespace=”myControls” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.0 Transitional//E...

Ngày tải lên: 06/07/2014, 18:20

10 286 0
ASP.NET 4 Unleased - p 23 doc

ASP.NET 4 Unleased - p 23 doc

... Listing 4. 10. FIGURE 4. 6 Displaying a pop-up calendar. From the Library of Wow! eBook ptg 20 0 CHAPTER 4 Using the Rich Controls LISTING 4. 9 CalendarJS.aspx <%@ Page Language=”C#” %> <!DOCTYPE ... Wow! eBook ptg 196 CHAPTER 4 Using the Rich Controls LISTING 4. 7 ShowCalendar.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.0 Transi...

Ngày tải lên: 06/07/2014, 18:20

10 241 0
ASP.NET 4 Unleased - p 27 docx

ASP.NET 4 Unleased - p 27 docx

... data=”data:application/x-silverlight -2 , ” type=”application/x-silverlight -2 > <param name=”source” value=”SilverlightApplication1.xap” /> <param name=”onerror” value=”onSilverlightError” /> <param name=”background” ... Master Page in Listing 5.1 looks similar to a normal ASP. NET page. You can place almost all the same elements in a Master Page that you can plac...

Ngày tải lên: 06/07/2014, 18:20

10 259 0
ASP.NET 4 Unleased - p 30 docx

ASP.NET 4 Unleased - p 30 docx

... example, the page in Listing 6 .2 uses the Simple Theme. LISTING 6 .2 ShowSkin.aspx <%@ Page Language=”C#” Theme=”Simple” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”> ... Master Pages case “Dynamic2”: Profile.MasterPageFile = “Dynamic2.master”; break; } } MasterPageFile = Profile.MasterPageFile; } </script> &...

Ngày tải lên: 06/07/2014, 18:20

10 190 0
ASP.NET 4 Unleased - p 49 doc

ASP.NET 4 Unleased - p 49 doc

... Wow! eBook ptg 45 9 Working with the DropDownList Control 10 LISTING 10.9 ShowDropDownList.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”> ... ptg 45 5 Overview of the List Controls 10 LISTING 10.8 ListPicker.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.1...

Ngày tải lên: 06/07/2014, 18:20

10 250 0
w