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...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- 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
- 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...
- 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...
- 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...
- 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...
- 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....
- 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...
- 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 --...
- 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...
- 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...
- 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...
- 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....
- 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...
- 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...
- 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. ...
- 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...
- 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...
- 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...
- 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...
- 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...
- Technical articles 2007-03-19
- << Previous
- page 1 of 10
- Next >>
Content Types
Refining Tags
- Software (117 results)
- Software/Web Development (91 results)
- Microsoft Windows (90 results)
- Software Development (83 results)
- Operating Systems (70 results)
- .Net (56 results)
- Enterprise Software (53 results)
- Middleware (39 results)
- Microsoft Development Tools (32 results)
- Development Tools (31 results)
- Microsoft ASP.NET (31 results)
- Programming Languages (30 results)
- Hardware (29 results)
- Tony Patton (26 results)
- Databases (19 results)
- Data Management (18 results)
- Marketing (17 results)
- Microsoft Office (16 results)
- Office Suites (15 results)
- Web Development (15 results)
- Microsoft Access (13 results)
- Security (13 results)
- Application Servers (13 results)
- .NET Newsletter (13 results)
- Susan Harkins (11 results)
- Channel Management (11 results)
- Microsoft ASP.NET 2.0 (11 results)
- Microsoft Corp. (11 results)
- Web (11 results)
- Server (10 results)
- Visual Basic Tips Newsletter (10 results)
- Webcast (10 results)
- Microsoft Developer Network (10 results)
- Scripting Languages (10 results)
- Peter Aitken (9 results)
- Microsoft Visual Basic (9 results)
- Property (9 results)
- Data (9 results)
- Apple Macintosh (9 results)
- Microsoft Visual Basic 6.0 (9 results)
- C# (8 results)
- Desktops (8 results)
- Peripherals (8 results)
- HTML (8 results)
- ActiveX/COM/COM+/DCOM (8 results)
- Certificate (7 results)
- Microsoft Visual Basic.Net (7 results)
- Internet (7 results)
- GridView (7 results)
- id (7 results)
Designing the next killer product
Developing new ways to collaborate
Overseeing IT operations across a global organization
The biggest security threats facing companies in 2009