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

control

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean TCP (586 results), MAC (325 results), control panel (238 results), access control (210 results), control (183 results)more...
Show Fewer Related Tags Did you mean TCP (586 results), MAC (325 results), control panel (238 results), access control (210 results), control (183 results), ActiveX Control (112 results), remote control (30 results), SCADA (30 results), change control (29 results), quality control (27 results), inventory control (24 results), cost control (18 results), BMC CONTROL-M (16 results), role-based access control (14 results), air traffic control (10 results), SDLC (8 results), Control Data (6 results), HDLC (5 results), NetOp Remote Control (3 results), eTrust Access Control (2 results), climate control (1 results), ASP.NET AJAX Control Toolkit (1 results), Anyplace Control Software (1 results)fewer...

TechRepublic Resources

How to reference an Access subform
Referencing a control on an Access form is easy. Referencing a subform and its controls is a little more complex. To Access, a subform isn't a form at all, but a control, so you must reference it as such. by Susan Harkins
Tags: Microsoft Access, Control, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Susan Harkins
Blog posts 2008-07-28
Browse ListView data with .NET's DataPager control
Microsoft .NET 3.5 introduces the DataPager control, which delivers a paging interface that is tied to the ListView control. DataPager also communicates with its corresponding ListView control regarding user input. Here's an explanation of how you can use the DataPager control to page through ListView data. DataPager's basic properties...
Tags: Microsoft .NET, Page, Control, Data, Paging, Title, ListView, DataPager, Microsoft .NET 3.5, PagerControlID, PageSize, ID, Site Id, PageSize Property, ButtonType, Button, ShowNextPageButton, ShowPreviousPageButton, NextPreviousPagerField Element, NumericPagerField Element, TemplatePagerField Element, Servers, Hardware, Tony Patton
Blog posts 2008-03-18
Display data with .NET's ListView control
The GridView data control introduced in .NET 2.0 was an improvement over the DataGrid data control in .NET 1.x, but there were still drawbacks, especially with loading and paging through data. Microsoft recognized the shortcomings and addressed them with the introduction of the ListView control in .NET 3.5. With the ListView...
Tags: HTML, Control, Data, Title, ListView, GridView, Templates, ItemTemplate, LayoutTemplate, ID, .Net, Servers, Middleware, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Tony Patton
Blog posts 2008-03-11
Use ASP.NET's Literal control to its full potential
There are many options when it comes to placing text on an ASP.NET Web form. You may type the text directly within the page markup, use a Label control, or use a TextBox control to name a few. One option that is often overlooked by new and...
Tags: HTML, Page, Control, Microsoft ASP.NET, Id, Text, Title, EnableViewState, ID, PassThrough, Encode Option, frmLiteralControl, EventArgs, OnClick, Xhtml, Servers, Scripting Languages, Software/Web Development, Web Development, Hardware, Tony Patton
Blog posts 2008-02-26
ASP.NET basics: Working with the TextBox control
Developers often overlook basic programming options in favor of new or cool ways to deliver results. This is true for many of the standard ASP.NET features. A good example is the TextBox Web control, which offers plenty of options for building applications. This week, I take a closer look at...
Tags: Technique, Control, Microsoft ASP.NET, Property, Server, Font, TextBox1, OnTextChanged, TextBox1_TextChanged, CSS, .Net, C#, Middleware, Scripting Languages, Software/Web Development, Web Development, Software Development, Programming Languages, Enterprise Software, Software, Tony Patton
Blog posts 2008-02-12
How do I... Add items to an Access combo box on the fly?
List controls in Microsoft Access, such as the combo box and list box, offer choices to the user. From their point of view, they don't have to enter anything -- they simply select an item. From the application developer's perspective, the database is protected from typos and other erroneous data....
Tags: Box, Response, Solution, Microsoft Access, Item, Control, Property, Truth, Difference, List, Form, Table, NewData, acDataErrContinue, Limit, Yes, Iron, SQL Statement, Gold, Databases, Microsoft Office, Programming Languages, Enterprise Software, Software, Data Management, Office Suites, Software Development, Software/Web Development, Susan Harkins
Blog posts 2008-02-07
How do I... Pass data over a network using disconnected recordsets?
Retrieving data across a busy network can put a real cramp in your networking performance. Displaying the right data isn't enough -- you must display it promptly and on demand. Dragging only the data you actually need and only when you need it is the key to working efficiently across...
Tags: Data Source, Microsoft Access, Network, Control, Change, Connection, Difference, Requirement, Form, Data, CustomerDisconnectedRS, Figure B Code, Databases, Microsoft Office, Storage, Enterprise Software, Software, Data Management, Office Suites, Hardware, Susan Harkins
Blog posts 2008-01-17
How do I... Base a control's default value on data input?
As a developer, you wear many hats. Producing efficient solutions should be high on your list of priorities. Sometimes that means reducing the number of keystrokes a user must make. One of the most common ways to reduce data input in Microsoft Access is to provide a default value --...
Tags: Control, Data Entry, Value, Scripting Languages, Software/Web Development, Web Development, Susan Harkins
Blog posts 2007-12-13
How to help a disabled Access control disappear into the background
It's common to display data that you don't want users to change. I've seen developers deal with primary key values this way, although some developers argue that users shouldn't even see primary key values. One thing is for sure, if a form displays those values, you won't want users to...
Tags: Background, Control, Access Control, Susan Harkins
Blog posts 2007-12-03
Putting the CSS Friendly Control Adapters to work
The CSS Friendly Control Adapters 1.0 override the default HTML generated by the ASP.NET Web controls to provide a more standards-based approach to presentation via CSS. I will show you how to use the Menu control in your ASP.NET applications. I begin with an examination of setting up the environment...
Tags: Download, Adapter, Control, CSS, Scripting Languages, Software/Web Development, Web Development, Tony Patton
Blog posts 2007-11-13
Embrace CSS with Friendly Control Adapters for ASP.NET 2.0
Even though Microsoft is not always the biggest advocate of standards such as CSS, there is robust CSS support in the latest incarnation of its Visual Studio environment, and CSS is easy to apply in ASP.NET applications -- but it could be so much easier. The goal of ASP.NET 2.0...
Tags: HTML, Adapter, Control, Microsoft ASP.NET, Microsoft ASP.NET 2.0, Architecture, CSS, .Net, Middleware, Scripting Languages, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Tony Patton
Blog posts 2007-11-06
Tip: Quick access to Word styles
Word comes with several predefined styles, but not all of them are available via the Styles control on the Formatting toolbar. In fact, only a few are in that control's drop-down list. When a style's not on the list, you must display the Styles Aand Formatting pane to access it....
Tags: Solution, Control, Style, Microsoft Word, Word Processors, Microsoft Office, Office Suites, Software, Susan Harkins
Blog posts 2007-10-22
Sharing the event logic between controls in VB.NET
Whenever you write the code logic that may be used for more than one control, it makes sense to try to save time by creating only one procedure that will handle the event and perform that logic. In this tip, I show you a way to share the event logic...
Tags: Control, Microsoft Visual Basic.Net, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development, Irina Medvinskaya
Blog posts 2007-10-19
SolutionBase: Getting started with ASP.NET AJAX
Although there are a number of other free AJAX frameworks and toolkits available, Microsoft ASP.NET AJAX differs by its total integration into the ASP.NET environment. Justin James guides you through installation and configuration of ASP.NET AJAX. Microsoft ASP.NET AJAX -- originally codenamed "Atlas" -- is Microsoft's entry into...
Tags: ASP.NET AJAX, Control, Microsoft ASP.NET, Control Toolkit, ID, AJAX, .Net, Middleware, Internet, Software/Web Development, Web Development, Web 2.0, Software Development, Enterprise Software, Software, Justin James
Technical articles 2007-10-16
Implement ASP.NET AJAX with the UpdatePanel control
The ASP.NET 2.0 AJAX Extensions 1.0 add-on brings AJAX development to ASP.NET developers using existing ASP.NET style coding. This article is a continuation of my look at how to use the ASP.NET AJAX controls with more advanced scenarios. I begin with using multiple UpdatePanel controls on a single page. ...
Tags: AJAX, Page, Control, Microsoft ASP.NET, Property, Id, Server, UpdatePanel, Label, Button, EventArgs, ID, OnClick, UpdateMode, Postback, ChildrenAsTriggers Property, Trigger, Tony Patton
Blog posts 2007-09-11
ASP.NET's Menu control offers another site map navigation option
My examination of ASP.NET site map navigation controls -- Site Map, SiteMapPath, and TreeView -- wraps up this week with coverage of the Menu control.An overview of the Menu controlThe Menu control includes static elements displayed on the page and dynamic items or menus that appear when the user selects...
Tags: Menu, Mouse, Control, Microsoft ASP.NET, Server, Presentation, Tony Patton
Blog posts 2007-08-21
Navigate hierarchical site data with ASP.NET's TreeView control
Now that you're up to speed on ASP.NET Site Map and SiteMapPath controls, I'll explore the TreeView control, which gives users an easy way to navigate a Web application. I will begin with an examination of the SiteMapDataSource control, which you may use to populate the TreeView control.The data sourceThe...
Tags: Control, Microsoft ASP.NET, Node, Site, Tony Patton
Blog posts 2007-08-14
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
Create powerful interfaces by combining ASP.NET 2.0 data controls
Learn how to combine ASP.NET 2.0's GridView control with a DetailsView or FormView control. This will allow a user to select an individual column from GridView and view or manipulate its contents with DetailsView or FormView. The past several columns have covered a selection of ASP.NET 2.0 data...
Tags: Microsoft ASP.NET, GridView, DetailsView, Middleware, Databases, Tony Patton, .NET, Microsoft development tools, ASP.NET 2.0, Gridview Control, .NET Newsletter, Control, Data, Row, Property, Microsoft ASP.NET 2.0, User, Listing B, Data Control, FormView, CommandField'sButtonType Property, ControlParameter Element, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Technical articles 2007-03-27
Control presentation with ASP.NET 2.0's FormView control
A survey of the new ASP.NET 2.0 data controls continues this week with the FormView control. A key feature of the control is customization, as developers may utilize user-defined templates to determine the presentation of data. ASP.NET 2.0's FormView control resembles the DetailsView control in that it facilitates...
Tags: Microsoft ASP.NET, FormView, Middleware, Tony Patton, .NET, ASP.NET 2.0, FormView control, .NET Newsletter, Control, Difference, Record, Microsoft ASP.NET 2.0, Template, Value, DetailsView, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2007-03-19


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
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

CIO Sessions