Audio books

How Do I with ASP NET Part 2 3wmvH33Tsuperl

  • Download Faster
  • Download torrent
  • Direct Download
  • Rate this torrent +  |  -
How Do I with ASP NET Part 2 3wmvH33Tsuperl

Download Anonymously! Get Protected Today And Get your 70% discount


Torrent info

Name:How Do I with ASP NET Part 2 3wmvH33Tsuperl

Infohash: 2C363964BDE7C69B7519C95F6A97AF31CB7B262C

Total Size: 1.39 GB

Seeds: 2

Leechers: 2

Stream: Watch Full Movie @ Movie4u

Last Updated: 2010-11-30 01:33:28 (Update Now)

Torrent added: 2008-11-28 04:33:15






Torrent Files List


Cs code (Size: 1.31 GB) (Files: 72)

 Cs code

  CS-ControlState_cs.zip

2.67 KB

  ASP-SimpleFileUpload-CS.zip

3.58 KB

  CS-AJAX-Style-Uploads-CS.zip

13.62 KB

  CS-ApplicationLevelEvents_cs.zip

2.35 KB

  CS-ASP-MultiFileUpload-CS.zip

3.79 KB

  CS-ASP-MultiFileUpload-Window-CS.zip

6.31 KB

  CS-DeployWebSiteCopy_cs.zip

18.85 KB

  CS-Cookies_cs.zip

2.47 KB

  CS-CustomConfigurationSection_cs.zip

2.64 KB

  CS-Master Page Events_cs.zip

3.33 KB

  CS-JavaScriptSharingData_cs.zip

4.59 KB

  CS-JavaScriptToPage_cs.zip

5.99 KB

  JavaScript Event Handlers_cs.zip

4.14 KB

  CS-MasterPages_cs.zip

6.06 KB

  CS-ObjectDataSource_cs.zip

3.49 KB

  CS-SimpleWebService_cs.zip

31.87 KB

  CS-UserSelectableThemes_cs.zip

4.98 KB

  CS-ViewState_cs.zip

3.25 KB

  CS_sourcecode_WebSiteRoles_cs.zip

732.58 KB

  CSSource-List View Groups_cs.zip

3.65 KB

  CSSourceCode-HTML Server Side_cs.zip

4.00 KB

  Extend Server Control_cs.zip

21.85 KB

  IIS Registration Tool_cs.zip

5.11 KB

 Vb code

  VB-ControlState_vb.zip

2.81 KB

  ASP-SimpleFileUpload-VB.zip

3.77 KB

  Extend Server Control_vb.zip

38.72 KB

  IIS Registration Tool_vb.zip

8.29 KB

  JavaScript Event Handlers_vb.zip

4.79 KB

  VB-AJAX-Style-Uploads-VB.zip

13.32 KB

  VB-ApplicationLevelEvents_vb.zip

2.51 KB

  VB-ASP-MultiFileUpload-VB.zip

3.94 KB

  VB-ASP-MultiFileUpload-Window-VB.zip

6.22 KB

  VB-Cookies_vb.zip

2.64 KB

  VB-CustomConfigurationSection_vb.zip

2.79 KB

  VB-DeployWebSiteCopy_vb.zip

58.30 KB

  VB-JavaScriptSharingData_vb.zip

5.39 KB

  VB-JavaScriptToPage_vb.zip

6.11 KB

  VB-Master Page Events_vb.zip

4.17 KB

  VB-Master Pages_vb.zip

6.44 KB

  VB-SimpleWebService_vb.zip

78.39 KB

  VB-ObjectDataSource_vb.zip

3.50 KB

  VB-UserSelectableThemes_vb.zip

5.51 KB

  VB-ViewState_vb.zip

3.29 KB

  VB_sourcecode_WebSiteRoles_vb.zip

731.21 KB

  VBSource-List View Groups_vb.zip

3.72 KB

  VBSourceCode-HTML Server Side_vb.zip

4.03 KB

 How Do I with ASP.NET.nfo

16.86 KB

 howido2.jpg

249.93 KB

 tracked_by_h33t_com.txt

0.02 KB

 WinVideo-ASP-AJAX-Style-Uploads.zip

75.49 MB

 WinVideo-ASP-ApplicationLevelEvents.zip

26.76 MB

 WinVideo-ASP-ControlState.zip

26.37 MB

 WinVideo-ASP-Cookies.zip

43.21 MB

 WinVideo-ASP-CustomConfigurationSection.zip

33.38 MB

 WinVideo-ASP-DeployWebSiteCopy.zip

47.20 MB

 WinVideo-ASP-ExtendServerControl.zip

49.49 MB

 WinVideo-ASP-HTMLServerSide.zip

41.75 MB

 WinVideo-ASP-IISRegistration Tool.zip

117.67 MB

 WinVideo-ASP-JavaScriptEventHandlers.zip

50.13 MB

 WinVideo-ASP-JavaScriptSharingData.zip

58.31 MB

 WinVideo-ASP-JavaScriptToPage.zip

68.22 MB

 WinVideo-ASP-ListViewGroups.zip

57.75 MB

 WinVideo-ASP-MasterPageEvents.zip

64.07 MB

 WinVideo-ASP-MasterPages.zip

82.67 MB

 WinVideo-ASP-MultiFileUpload-Window.zip

43.08 MB

 WinVideo-ASP-MultiFileUpload.zip

44.96 MB

 WinVideo-ASP-ObjectDataSource.zip

90.53 MB

 WinVideo-ASP-SimpleFileUpload.zip

49.33 MB

 WinVideo-ASP-SimpleWebService.zip

91.27 MB

 WinVideo-ASP-UserSelectableThemes.zip

53.98 MB

 WinVideo-ASP-ViewState.zip

62.04 MB

 WinVideo-ASP-WebSiteRoles.zip

60.15 MB
 

Announce URL: http://www.h33t.com:3310/announce

Torrent description



How Do I: Implement a Custom Health Monitoring Event

In this video Chris Pels will show how to create a custom health monitoring event that extends a standard health
monitoring events in ASP.NET. The custom provides additional event information and formats it for a health monitoring
event provider. A custom HTTP module is then created to raise the custom health monitoring event explicitly since the
.NET Framework only raises the standard health monitoring events. In addition, the custom health monitoring event is
raised explicitly in the page behind code for an .aspx page.

Presented by Chris Pels

Duration: 26 minutes, 1 second

Date: 7 December 2007


How Do I: Use Control State to Persist Information for a Custom Web Server Control

In this video Chris Pels will show how to store information related to a custom web server control in the control
state which is independent of the ViewState information for the control. Unlike ViewState the control state can not
be turned off and is therefore a more reliable way to store important information for a control. A discussion of
what types of information are appropriate to store in control state is also included.

Presented by Chris Pels

Duration: 13 minutes, 57 seconds

Date: 14 December 2007


Read, Write, and Delete Cookies in ASP.NET

In this video Chris Pels will show how to read, write, and delete cookies in an ASP.NET application. First, learn
the basic operations for manipulating cookies. Then learn approaches to storing multiple values in a single cookie
using name-value pairs called subkeys. Next, learn how to limit the scope of cookies to a particular application
domain or folder. See how to modify values and expiration dates in existing cookies and how to delete an existing
cookie. In addition, several considerations for using cookies are also discussed.

Presented by Chris Pels

Duration: 25 minutes, 18 seconds

Date: 10 January 2008


How Do I: Save and Load View State Information for a Custom Web Server Control

In this video Chris Pels will show how to persist and restore information in the ViewState of a custom user control.
First, learn how to persist simple values containing .NET primitive types such as String, Int32, Boolean, etc. Then
see how to persist complex types such as Class which contain properties storing information. The sequence of
processing View State information during the lifecycle of an ASP.NET page is also discussed.

Presented by Chris Pels

Duration: 28 minutes

Date: 18 January 2008


How Do I: Create and Use Application Level Events in ASP.NET

In this video Chris Pels will show how to create an Application Class File (Global.asax) that contains application
level event handlers such as Application_Start and Application_BeginRequest. Then the sequence of application level
events in the application lifecycle will be discussed as a basis for determining where certain types of operations
would be best performed during the application lifecycle.

Presented by Chris Pels

Duration: 12 minutes, 18 seconds

Date: 28 January 2008


How Do I: Simple File Uploads in ASP.NET

In this video I will demonstrate, using ASP.NET, uploading a single file from the client machine to your server.
This will be the first in a series of uploading files videos.

Presented by Joe Stagner

Duration: 17 minutes, 17 seconds

Date: 12 February 2008


How Do I: Multiple File Uploads in ASP.NET 2

In this video I will demonstrate uploading a dynamically determined number of files to your ASP.NET application.

Presented by Joe Stagner

Duration: 16 minutes, 9 seconds

Date: 12 February 2008


How Do I: Multiple File Uploads in ASP.NET 1

In this video I will elaborate on uploading multiple files to an ASP.NET application.

Presented by Joe Stagner

Duration: 15 minutes, 41 seconds

Date: 12 February 2008


How Do I: File Uploads with an AJAX Style Interface

In this video I will demonstrate, using ASP.NET, an AJAX style of uploading files from the client machine to
your server. I say AJAX style because there is actually a problem using AJAX to upload files. The video will
demonstrate what I mean.

Presented by Joe Stagner

Duration: 27 minutes, 33 seconds

Date: 12 February 2008


How Do I: Work with Master Pages Declaratively and Programmatically

In this video Chris Pels will show several aspects of defining and using master pages in an ASP.NET web site.
First, see how to create master pages declaratively using the ASP.NET master page model and learn what information
is best suited to a master page compared to an individual content page. Next, see how to programmatically assign
master pages on-the-fly in an individual content page. Also learn how to create a base page class which assigns a
master page programmatically for all pages that inherit from the base class. In addition, see how to set the master
page in the web.config file. Lastly, see how to access elements in a master page from an individual content page
including some best practices for structuring access to master page elements.

Presented by Chris Pels

Duration: 29 minutes, 49 seconds

Date: 21 February 2008


How Do I: Handle Events in Master and Content Pages

In this video Chris Pels will show how events are handled in master and individual content pages. Even though the
end result of a master and individual content page is a single ASP.NET page rendered in the user's browser the
event handling in each type of page is handled separately. If a control is located in the master page the
corresponding event handler is located in the master page by default. The same is true for controls in the
content page. See two approaches to having the events for a control located in the master page handled in the code
behind of the content page. This allows “communication” between the master page and content page.

Presented by Chris Pels

Duration: 23 minutes, 26 seconds

Date: 21 February 2008


How Do I: Use the ObjectDataSource with a Data Access Class and Business Object

In this video Chris Pels will show how to use the ObjectDataSource as the intermediate layer between data bound
user interface elements and a custom data access class for a business object. Uses of the ObjectDataSource in the
GUI Design mode and declaratively in the source view of an .aspx page are discussed. In addition, the considerations
for design of the data access class and business object for use with the ObjectDataSource are covered.

Presented by Chris Pels

Duration: 32 minutes, 44 seconds

Date: 21 February 2008


How Do I: Create User Selectable Themes for a Web Site

In this video Chris Pels will show how to create multiple themes for a web site and then allow the user to select
which theme is applied to the site. See how to create a simple user interface that allows the user to select each
of the themes with a user control. In addition, learn how to set a theme for a content page from a user control on
a master page.

Presented by Chris Pels

Duration: 19 minutes, 46 seconds

Date: 13 March 2008


How Do I: Share Data Between Client JavaScript and Server Code Using a Hidden Field

In this video Chris Pels will show how to share data in between JavaScript and server-side code by using a hidden
field in an ASP.NET page. Next, learn how to use the RegisterHiddenField method in server-side code to
programmatically create a hidden field on the client. In addition, see how to programmatically create a HiddenField
server control for sharing data on an ASP.NET page. Finally, use the RegisterArrayDeclaration method to create a
container in server code for storing multiple values that is rendered to the page where it can be accessed by
JavaScript.

Presented by Chris Pels

Duration: 21 minutes, 16 seconds

Date: 13 March 2008


How Do I: Add JavaScript to An ASP.NET Page

In this video Chris Pels will show how to include JavaScript to an ASP.NET page for use on the client page to
provide a richer and more robust user experience. First, see how to include JavaScript directly within an ASP.NET
page and reference the script from within HTML page elements. Next, see how to abstract the JavaScript to an
external JavaScript file which offers the advantage of being cached by the browser and can be used by multiple
pages. Lastly, learn how to add JavaScript to a page dynamically at runtime which has the advantage of including
script for a specific situation or where information such as a control ID is not known until runtime. As part of
the dynamic script sample see how to add JavaScript that can be automatically executed when the page loads as well
as the click event for button controls (Button, LinkButton, and ImageButton).

Presented by Chris Pels

Duration: 24 minutes, 49 seconds

Date: 13 March 2008


How Do I: Add JavaScript Event Handlers to ASP.NET Server Controls

In this video Chris Pels will show how to interface JavaScript methods with ASP.NET server controls to provide
client side functionality for the server controls. First, see how to add client event handlers declaratively by
extending ASP.NET server controls with custom attributes. Next, see how to add attributes for mapping client
methods to ASP.NET server controls programmatically which offers the advantage of being done at runtime. Finally,
learn how to reference the ID of a server control, which is rendered dynamically by ASP.NET, in JavaScript code.

Presented by Chris Pels

Duration: 18 minutes, 15 seconds

Date: 20 March 2008


How Do I: Create and Call a Simple Web Service in ASP.NET

In this video Chris Pels will show how to create a web service in ASP.NET and then call the service from another
ASP.NET web site. First, learn how to create an .asmx component which represents a web service in an ASP.NET web
site. When creating the web service learn how to control several aspects of the web service functionality with web
service attributes. Next, see how to test the web service in the Visual Studio web service test page. Then learn
how ASP.NET allows many .NET data types to be returned from a web service. Create a business class library project
and then use a class in that project as a return value from a web service by serializing the custom business object
instance. Finally, see how to consume a web service from an ASP.NET web site.

Presented by Chris Pels

Duration: 33 minutes, 22 seconds

Date: 27 March 2008


How Do I: Deploy a Web Site Using the Copy Web Site Tool

In this video Chris Pels will show how to deploy a web site using the Copy Web Site Tool in Visual Studio. First
see how to connect to a remote web site and deploy an entire site to the target location. Next, learn how to
synchronize an entire source and target web site. In addition, see how to copy and synchronize individual or groups
of files including how the Copy Web Site tool provides status indicators of differences between files. As part of
this process see how the tool provides options on a file-by-file basis for decision making when there are differences
in status between two or more files.

Presented by Chris Pels

Duration: 17 minutes, 30 seconds

Date: 3 April 2008


How Do I: Create and Use a Custom Configuration Section in an ASP.NET Configuration File

In this video Chris Pels will show how to extend the standard set of ASP.NET configuration settings with your own
XML configuration elements. First, see how to create a configuration section handler which is required to interpret
and process the information in custom XML configuration elements. During this learn how to use declarative model for
defining the behavior of a configuration section handler. Next, see how to add a custom section handler and custom
elements to an ASP.NET configuration file. Finally, see how to programmatically access the custom configuration data.

Presented by Chris Pels

Duration: 19 minutes, 37 seconds

Date: 16 April 2008


How Do I: Configure an ASP.NET Web Site for a .NET Framework Version

In this video Chris Pels will show how to configure an ASP.NET web site to use a specific version of ASP.NET/.NET
Framework. First see how to identify what version of the .NET Framework a web site is associated with by viewing
the script map in Internet Information Server (IIS). See how a script map is associated with the root in IIS and
then with individual web sites. Next learn about the ASP.NET IIS Registration tool (aspnet_regiis.exe) used to
configure IIS or an ASP.NET web site to use a specific version of the .NET Framework. Using this information see
how a single web site is configured to use a different version of the .NET Framework than is the default to IIS.
Finally, see two different web sites under the same IIS where one is running under .NET Framework 2.0 and the other
under 1.1.

Presented by Chris Pels

Duration: 12 minutes, 48 seconds

Date: 20 May 2008


How Do I Use the ASP.NET IIS Registration Tool to Configure ASP.NET

In this video Chris Pels shows how to use the ASP.NET IIS Registration Tool to configure ASP.NET. First, see how
file extensions are mapped to ASP.NET in the IIS Manager on a global and web-site-by-web site basis. These script
maps provide the basis for configuring individual ASP.NET applications to run under a specific version of the .NET
Framework. Next, see how aspnet_regiis.exe, the IIS Registration Tool command line utility, is specific to each
version of the .NET Framework and how it can be used for a variety of tasks like determining what versions of
ASP.NET are installed on a computer and what ASP.NET applications are mapped to that version. Then, learn how
install and uninstall ASP.NET on a computer using the registration tool. Also learn how to use the registration tool
to install, uninstall, or update multiple ASP.NET applications for a specific version of the .NET Framework. For
example, see how to install ASP.NET 2.0 and update script mappings for multiple ASP.NET applications that previously
used ASP.NET 1.1. Lastly, see how to configure a single web site to run a specific version of ASP.NET.

Presented by Chris Pels

Duration: 27 minutes, 28 seconds

Date: 1 May 2008


How Do I: Use the Ability to Create Groups with the ListView Control for Different Data

In this video Chris Pels will show how to group items when displaying data in a ListView control. First, see the
basics of item layout in the ListView control with the LayoutTemplate and the ItemTemplate. Then, learn how the
GroupTemplate relates to the LayoutTemplate and ItemTemplate within a ListView to establish a group of data. See
how to use floating DIV elements to create a flexible tabular layout since any of the templates used with the
ListView can contain any HTML. This provides significant flexibility in creating groupings of data using the
ListView control. Finally, see some options for enhancing the look by manipulating the CSS styles used in the
ListView templates and how to use the GroupSeparatorTemplate as well as the EmptyItemTemplate.

Presented by Chris Pels

Duration: 23 minutes, 36 seconds

Date: 20 May 2008


How Do I: Make HTML elements accessible from server side code

In this video Chris Pels will show how to make standard HTML elements in an .aspx page accessible from server side
code so they can be used in page processing like a standard ASP.NET server control. First, see how the addition of
a runat=”server” attribute to a standard HTML control like a <div> allows it to be referenced in server side code
with full Intellisense. Next, see several examples of how you might manipulate HTML elements on a page with this
technique. Lastly, see how this technique can be used in conjunction with the new ListView control in .NET Framework
Version 3.5 to control the layout of a list.

Presented by Chris Pels

Duration: 21 minutes, 59 seconds

Date: 29 May 2008


How Do I: Use Roles to Segment Functionality in an ASP.NET Web Site

In this video Chris Pels will show how to maximize the use of roles in an ASP.NET web site after setting up ASP.NET
Membership. First, learn how to setup roles using the built-in role manager in Visual Studio .NET. See how to define
roles based upon the business needs associated with the web site. Once the roles are setup learn how to structure
your web site from a folder and page hierarchy perspective to most efficiently accommodate the roles and business
needs. As part of this see how to use the roles attribute in defining authorization in the web.config file
associated with each folder. Also, see how to use the <location> element to apply authorization settings to a
specific location such as a page.

Presented by Chris Pels

Duration: 32 minutes, 16 seconds

Date: 29 May 2008


related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu