... simple photo gallery application. This application enables you to upload images to a database table and display them in a page (see Figure 9. 14) . FIGURE 9. 14 A photo gallery application. First, ... create the page that displays the images and contains the form for adding new images. The PhotoGallery.aspx page is contained in Listing 9.28. LISTING 9.28 PhotoGallery.aspx <%@ Page Langu...
Ngày tải lên: 06/07/2014, 18:20
... = ➥ “~/FirstPage.aspx”; if ((global: :ASP. firstpage_aspx.@__initialized == false)) { dependencies = new string[1]; dependencies[0] = “~/FirstPage.aspx”; global: :ASP. firstpage_aspx.@__fileDependencies ... single-file and two-file ASP. NET pages. All the code samples in this book are written as single-file ASP. NET pages. In a single-file ASP. NET page, a single file contains bo...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 10 pps
... does support one property not supported by the Label control: the Mode property. The Mode property enables you to encode HTML content and accepts any of the following three values: . PassThrough—Displays ... control does not support any of the formatting properties supported by the <span> tag. For example, the Literal control does not support either the CssClass or BackColor proper...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 13 pps
... eBook ptg 98 CHAPTER 2 Using the Standard Controls In the Page_Load event handler in Listing 2.21, the PreviousPage property gets a reference to the previous page (the ButtonSearch.aspx page ... previous page, you can expose the control through a page property. The page in Listing 2.22 exposes the txtSearch TextBox through a property named SearchString. The page posts the form data to a p...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 24 ppsx
... display. The AdRotator control takes advantage of a fea- ture of the ASP. NET Framework called post-cache substitution. You learn more about this feature in Chapter 29, “Caching Application Pages ... <div> < ;asp: AdRotator id=”AdRotator1” DataSourceID=”srcAds” From the Library of Wow! eBook ptg 206 CHAPTER 4 Using the Rich Controls </InsertItemTemplate> < /asp: F...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 25 ppsx
... Library of Wow! eBook ptg 222 CHAPTER 4 Using the Rich Controls position:relative; top:1px; left:10px; } .tab { border:solid 1px black; background-color:#eeeeee; padding:2px 10px; } .selectedTab ... eBook ptg 221 Displaying Different Page Views 4 LISTING 4. 17 MultiViewTabs.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.0 Transitional//EN”...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 36 pps
... form)” AutoPostBack=”true” Runat=”server”> < ;asp: ListItem Text=”Select Language” /> < ;asp: ListItem Text= ASP Classic” /> < ;asp: ListItem Text= ASP. NET /> < /asp: DropDownList> <br ... step /// </summary> private void LoadWizardStep() { _currentStep = Page.LoadControl(_wizardSteps[StepIndex]); _currentStep.ID = “ctlWizardStep”; plhWizardStep.Co...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 39 ppsx
... ptg 3 54 LISTING 8.7 ShowControlParameter.aspx <%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC -/ /W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”> ... “Details.aspx?id={0}”) %>’ FIGURE 8.9 Displaying a list of hyperlinks. From the Library of Wow! eBook ptg 360 CHAPTER 8 Overview of Data Access <div> < ;asp: Repeater id=”Repeater1” ... Exp...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 40 ppsx
... ptg 3 64 CHAPTER 8 Overview of Data Access In ASP. NET version 1.x, you had to use DataBinder.Eval() when displaying data items in a template. However, Microsoft took pity on programmers ... databinding expressions. From the Library of Wow! eBook ptg 369 Overview of SQL Server 2008 Express 8 NOTE Templates that suppor t one-way databinding implement the ITemplate interface, and templa...
Ngày tải lên: 06/07/2014, 18:20
ASP.NET 4 Unleased - p 42 pps
... -pef option (Protect Encrypt Filepath) encrypts a particular configuration section located at a particular path. You can decrypt a section with the -pdf option like this: aspnet_regiis -pdf connectionStrings ... in a page can, potentially, hurt the performance of your application. The ADO .NET provider for SQL Server automatically uses connection pooling to improve your application’s data...
Ngày tải lên: 06/07/2014, 18:20