Professional ASP NET 3 5 in C# and Visual Basic Part 15 ppt

Professional ASP.NET 3.5 in C# and Visual Basic Part 15 ppt

Professional ASP.NET 3.5 in C# and Visual Basic Part 15 ppt

... customer ID provided in the text box. The .aspx page for this example is provided in Listing 2- 15. Listing 2- 15: An ASP. NET page to collect the CustomerID from the end user .aspx Page <%@ Page ... this writing is http://ws.strikeiron.com/InnerGears/ForecastByZip2?WSDL . For more information on working with Web services in your ASP. NET applications, check out Chapter 30...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 337
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 7 ppt

Professional ASP.NET 3.5 in C# and Visual Basic Part 7 ppt

... simple enough in ASP. NET 3. 5. Look at the code-behind page from Listing 1 -5. The code-behind page is rather simple in appearance because of the partial class capabilities that .NET 3. 5 provides. ... Page 13 Chapter 1: Application and Page Frameworks ASP. NET 3. 5 Page Directives ASP. NET directives are something that is a part of every ASP. NET page. You can...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 752
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 10 ppt

Professional ASP.NET 3.5 in C# and Visual Basic Part 10 ppt

... routine. Which file types are compiled in the App_Code folder? As with most things in ASP. NET, this is deter- mined through settings applied in a configuration file. Listing 1-18 shows a snippet of configuration ... to the properties and the method that this class exposes. This is shown in Figure 1- 15. Figure 1- 15 50 Evjen c01.tex V2 - 01/28/2008 12:27pm Page 44 Chapter 1: Appl...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 621
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 12 pptx

Professional ASP.NET 3.5 in C# and Visual Basic Part 12 pptx

... a good understanding of HTML. For more information on HTML, please read Wrox’s Beginning Web Programming with HTML, XHTML, and CSS (Wiley Publishing, Inc.; ISBN 978-0470- 25 931 -3) . You can also ... the styles directly to the tags contained in your ASP. NET pages. For instance, you apply a style to a string, as shown in Listing 2 -3. Listing 2 -3: Applying CSS styles directly to...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 437
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 19 pptx

Professional ASP.NET 3.5 in C# and Visual Basic Part 19 pptx

... to the table, as illustrated in Listing 3- 18. 139 Evjen c 03. tex V2 - 01/28/2008 12 :33 pm Page 140 Chapter 3: ASP. NET Web Server Controls Listing 3- 18: Dynamically adding rows to the table VB Protected ... (RadioButton1.Checked == true) { Response.Write("You selected Visual Basic& quot;); Continued 1 35 Evjen c 03. tex V2 - 01/28/2008 12 :33 pm Page 138 Chapter 3:...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 344
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 20 pptx

Professional ASP.NET 3.5 in C# and Visual Basic Part 20 pptx

... unit. 1 53 Evjen c 03. tex V2 - 01/28/2008 12 :33 pm Page 150 Chapter 3: ASP. NET Web Server Controls In this example, you use a Calendar control with a little style to it. When the page is built and ... dates in the selected range, Listing 3- 21 shows you how to get them. 144 Evjen c 03. tex V2 - 01/28/2008 12 :33 pm Page 151 Chapter 3: ASP. NET Web Server Controls As yo...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 460
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 21 pptx

Professional ASP.NET 3.5 in C# and Visual Basic Part 21 pptx

... the end user makes, as illustrated in Listing 3- 30. 159 Evjen c 03. tex V2 - 01/28/2008 12 :33 pm Page 1 63 Chapter 3: ASP. NET Web Server Controls Listing 3- 33: Working with the HiddenField server control VB < %@ ... XPath="FilmChoices/Film" > 161 Evjen c 03. tex V2 - 01/28/2008 12 :33 pm Page 159 Chapter 3: ASP. NET Web Server Controls Figure 3- 34 To em...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 353
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 28 pptx

Professional ASP.NET 3.5 in C# and Visual Basic Part 28 pptx

... any other ASP. NET page. 234 Evjen c 05. tex V2 - 01/28/2008 12:47pm Page 229 Working with Master Pages Visual inheritance is a great new enhancement to your Web pages provided by ASP. NET 3. 5. This feature ... want. Figure 5 -3 shows the master page with a couple of content areas shown. 231 Evjen c 05. tex V2 - 01/28/2008 12:47pm Page 232 Chapter 5: Working with Master Pa...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 393
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 30 pptx

Professional ASP.NET 3.5 in C# and Visual Basic Part 30 pptx

... the default content. Listing 5- 15 shows a content page that overrides just one of the content areas from this master page. Listing 5- 15: Overriding some default content in the content page < %@ ... Europe and Reuters America master pages simply create a master page that inherits from the global master page, as illustrated in Listing 5- 17. Listing 5- 17: The main master page...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 270
  • 0
Professional ASP.NET 3.5 in C# and Visual Basic Part 31 ppt

Professional ASP.NET 3.5 in C# and Visual Basic Part 31 ppt

... templated Web sites. ASP. NET 3. 5 introduces ASP. NET AJAX as part of the default install and you will find that master pages and Ajax go together quite well. ASP. NET AJAX is covered in Chapter 19 of this ... master pages in ASP. NET and explained how you build and use master pages within your Web applications. In addition to the basics, the chapter covered mas...
Ngày tải lên : 05/07/2014, 18:20
  • 10
  • 255
  • 0

Xem thêm