On CBSSports.com: Mike Tyson's daughter dies in accident
23 Resources for

microsoft asp.net and tony patton and web

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean Microsoft ASP.NET (943 results), Microsoft ASP.NET 2.0 (192 results)

TechRepublic Resources

Ease Web site navigation by implementing ASP.NET's SiteMapPath control
The ASP.NET Site Map Web server control allows you to easily set up and define a Web application's logical structure. It is designed to work with ASP.NET 2.0's Menu, SiteMapPath, and TreeView navigation controls. This article describes how to implement user-friendly Web site navigation with the SiteMapPath control.BreadcrumbThe ASP.NET 2.0...
Tags: Web, Control, Microsoft ASP.NET, Node, Server, Web Site, Site, Tony Patton
Blog posts 2007-08-07
Post data to other Web pages with ASP.NET 2.0
Standard HTML forms allow you to post or send its data toanother page or application via the method attribute of the form element. InASP.NET 1.x, Web pages utilize the postback mechanismwhere the page's data is submitted back to the page itself. ASP.NET 2.0provides additional functionality by allowing a Web page...
Tags: ASP.NET 2.0, Microsoft ASP.NET, Software engineering/development, Tony Patton, Web
Technical articles 2007-01-30
Post data to other Web pages with ASP.NET 2.0
ASP.NET 2.0's PostBackUrl attribute allows you to designate where a Web form and its data is sent when submitted. Tony Patton explains how you can make use of this new Web solution. Standard HTML forms allow you to post or send data to another page or application via...
Tags: Web, Microsoft ASP.NET, Middleware, Tony Patton, .NET, ASP.NET 2.0, .NET Newsletter, Page, Data, Property, Microsoft ASP.NET 2.0, Web Page, PreviousPage, Listing C, Listing D, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2007-01-30
Working with Web Parts in ASP.NET 2.0
Web Parts are one of the more interesting features inASP.NET 2.0. They are a new family of controls available for building dynamicWeb interfaces that allow users to easily customize or personalize a page. WebParts are components that users can display, hide, or move. This week, Iprovide an overview of the...
Tags: ASP.NET 2.0, Microsoft ASP.NET, Software engineering/development, Tony Patton, Web, Web Part, WebPartManager, WebPartZone
Technical articles 2006-12-12
Working with Web Parts in ASP.NET 2.0
Web Parts are now available to all ASP.NET developers with version 2.0. These controls allow developers to easily build dynamic, customizable user interfaces with plenty of options for the users. Web Parts are one of the more interesting features in ASP.NET 2.0. They are a new family of...
Tags: Web, Microsoft ASP.NET, WebPartManager, WebPartZone, Tony Patton, Channel management, .NET, Middleware, Web Part, ASP.NET 2.0, .NET Newsletter, Page, Control, Microsoft ASP.NET 2.0, Marketing, Software Development, Software/Web Development
Technical articles 2006-12-12
Increase Web site performance with ASP.NET caching
While functionality is the number one goal of Webdevelopment, performance seems to be a close second. After all, a site thatisn't used serves no purpose. Caching frequently accessed Web page data is oneway to positively impact a Web application's performance. ASP.NET includescaching support that is easily incorporated in your application...
Tags: cache, Microsoft ASP.NET, Page Output, Tony Patton, Web, Web site
Technical articles 2006-06-27
Increase Web site performance with ASP.NET caching
Caching frequently accessed Web page data is one way to positively impact a Web application's performance. Find out how ASP.NET makes it easy to cache data. While functionality is the number one goal of Web development, performance seems to be a close second. After all, a site that...
Tags: Web, Microsoft ASP.NET, Middleware, Tony Patton, .NET, Performance management, Channel management, Microsoft development tools, Page Output, performance, .NET Newsletter, Parameter, Data, Web Site, Microsoft ASP.NET 2.0, Perception, Listing B, Listing D, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2006-06-27
Simplify client-side programming with Atlas
Microsoft has developed its own approach to AJAX development called Atlas, which promises browser ubiquity as well as tight, albeit optional, ASP.NET integration. Find out how Atlas makes it easier to do client-side programming. Microsoft has developed its own approach to AJAX development called Atlas, which promises browser...
Tags: Web, Microsoft ASP.NET, JavaScript, Microsoft Corp., Atlas, AJAX, Middleware, Tony Patton, Web browsers, .NET, Channel management, Scripting languages, OOA/OOD/OOP, programming, Web browser, Web Development Zone Newsletter, Developer, Control, Server, Server Control, Atlas Installation, Trigger Element, SQLDataSource Element, Internet, Software/Web Development, Web Development, Web 2.0, Software Development, Enterprise Software, Software, Marketing
Technical articles 2006-04-24
Centralize site design with ASP.NET 2.0 master pages
I finally had an opportunity to utilize version two of the.NET Framework when a client decided to redesign an existing ASP site usingASP.NET 2.0. Many new features help to streamline development; one of myfavorite features is master pages. I'll describe the master pages designelement and explain how you may use...
Tags: ASP.NET 2.0, Microsoft ASP.NET, Tony Patton, Web
Technical articles 2006-04-04
Centralize site design with ASP.NET 2.0 master pages
Web developers are always looking for ways to ease site maintenance and nothing saves time like negating the need to edit multiple pages when a design changes. ASP.NET 2.0 allows you to centralize site design with master pages. Learn more about this exciting new feature. I finally had an...
Tags: Web, Microsoft ASP.NET, Middleware, Tony Patton, .NET, Microsoft development tools, ASP.NET 2.0, .NET Newsletter, Microsoft Visual Studio, Page, Site, Difference, Microsoft ASP.NET 2.0, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2006-04-04
Make sense out of the confusing world of .NET file types
Do you ever visit a public Web site and encounter a familiarfile extension in the URL and immediately recognize what was used to developthe site? Most developers can relate to this situation. While HTML is theInternet standard, you may encounter .asp and wonder why the site developersare using old technology;...
Tags: Microsoft .NET, Microsoft Visual Studio.Net, Tony Patton, Web, XML
Technical articles 2006-03-14
Make sense out of the confusing world of .NET file types
The .NET Framework's various file types can be a bit overwhelming when you're browsing a project's directory. Learn more about .NET and Visual Studio .NET's different files and their extensions. Do you ever visit a public Web site and encounter a familiar file extension in the URL and...
Tags: Web, Microsoft .NET, Microsoft Visual Studio.Net, XML, Middleware, Tony Patton, .NET, Microsoft development tools, C#, Programming languages, .NET Newsletter, Microsoft .NET Framework, Microsoft ASP.NET, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
Technical articles 2006-03-14
Easily roll out ASP.NET applications
The location of a Web application duringdevelopment changes depending upon the state of the project. Itbegins its life on the developer's workstation and often lives on atest server and ends up in production if everything goes accordingto plan. The move from one server to another can be timeconsuming, but Microsoft...
Tags: Tony Patton, Microsoft Visual Studio.Net, Web Setup Project, Web setup, Microsoft ASP.NET, Web application, Web
Technical articles 2005-07-22
Ensure data integrity with validation in ASP.NET
ASP.NET provides numerous validation controls that make it easy to validate data entered via a Web Form. Here are various ways to validate user-entered data via these controls. Data collection is an integral part of most applications whether Web- or Windows-based. It varies from obtaining user feedback to user...
Tags: Microsoft ASP.NET, Middleware, Databases, Tony Patton, .NET, database, .NET Newsletter, Web, TechRepublic Inc., Zip Code, Data, Field, Server, Value, Web Form, Data Collection, Validation, MaxLength, ErrorMessage, EnableClientScript, ControlToValidate, Servers, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Data Management
Technical articles 2005-07-22
Easily roll out ASP.NET applications
Moving a Web application from one server to another can be time consuming, but Microsoft makes it easy with ASP.NET applications. See how you can utilize a Web setup project or copy a project option in Visual Studio .NET or copy the files directly. The location of...
Tags: Web, Microsoft Visual Studio.Net, Microsoft ASP.NET, Tony Patton, Microsoft development tools, .NET, Channel management, Middleware, Web Setup Project, Web application, setup project, .NET Newsletter, Project, TechRepublic Inc., Data Center, Server, Microsoft Corp., Automation, Project Output Option, Copy Project Option, Software Development, Software/Web Development, Development Tools, Marketing
Technical articles 2005-07-22
Easily secure custom Web services with .NET
In a recent installment, I walked you through the creation of a basic Web service that provides query access to a SQL Server database using both C# and VB.NET. Another aspect to consider when creating a Web service is security. Publishing a Webservice via the Internet makes it available...
Tags: Microsoft .NET, Microsoft ASP.NET, Microsoft Windows, security, server, Tony Patton, Web, Web service
Technical articles 2005-07-12
Easily secure custom Web services with .NET
Tony Patton demonstrate the simple process of securing a custom Web service by utilizing Windows security. In a recent installment, I walked you through the creation of a basic Web service that provides query access to a SQL Server database using both C# and...
Tags: Web, Microsoft .NET, Microsoft ASP.NET, Microsoft Windows, Tony Patton, Web services, Channel management, .NET, authentication mode, Web service, authentication, server, security, .NET Newsletter, Web Server, TechRepublic Inc., Internet, Text Message, Difference, Certificate, WindowsPrincipal, WindowsPrincipal Class, Operating Systems, Software, Enterprise Software, Marketing
Technical articles 2005-07-12
Common ASP.NET page functionality with inheritance
Here is how to create base pages that you may use to create other pages throughout the site. ASP.NET 2.0's template page feature allows you to create base pages that you may use to create other pages throughout the site. This provides you with the...
Tags: Page Class, IsPostBack, Init, Unload, Tony Patton, .NET, Microsoft development tools, Programming languages, ASP.NET 2.0, ASP.NET-page, server control, .NET Newsletter, Web, TechRepublic Inc., Response, Page, Microsoft ASP.NET, JavaScript, Class, Choice, Microsoft ASP.NET 2.0, User, System.EventArgs, ByVal, System.Object, JavaScript Function, Scripting Languages, Middleware, Software Development, Software/Web Development, Web Development, Enterprise Software, Software
Technical articles 2005-07-13
Reuse common elements with ASP.NET components
One of the best aspects of ASP.NET development is the availability of Web User Controls, which allow you to isolate application functionality and reuse it within the application. Let's explore taking advantage of components when adding navigation to an ASP.NET application.What is a Web User Control?If you remember Microsoft's previous...
Tags: Microsoft ASP.NET, navigation, Tony Patton, Web, Web Form, Web-User Control
Technical articles 2005-06-29
Choose between server and client controls
ASP.NET Web Controls offer a robust set of controls to build Web-based applications. Learn how to use Web Controls to add search functionality to a Web form. The disconnected nature of Web browsers presents many obstacles when developing Web-based applications. For instance, loading data...
Tags: Web, HTML, Servers, Tony Patton, Channel management, Web Control, id, server, .NET Newsletter, Function, TechRepublic Inc., Control, Microsoft ASP.NET, JavaScript, Radio, WIDTH, HEIGHT, txtStartDate, txtEndDate, EventArgs, getEndDate, getSelection, ByVal, txtEndDate.Visible, txtStartDate.Visible, lblEndDate.Visible, lblStartDate.Text, showHide, getRadioStatus, Request.Form, rValue, Hardware
Technical articles 2005-06-30


IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now
IT Help Desk Survival Guide, Third Edition
TechRepublic's IT Help Desk Survival Guide, Third Edition provides tools and recommendations to help you better manage help desk services, improve end-user support, troubleshoot frustrating hardware issues, identify quick fixes to vexing Windows problems, and help users make the most of Microsoft Office 2003.
Buy Now

SmartPlanet