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

property

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean intellectual property (186 results), property (137 results), property management (37 results), commercial property (3 results), intellectual property right (1 results)more...

TechRepublic Resources

Integrating CSS techniques into ASP.NET 2.0 applications
The struggle between the standards community and Microsoft is ongoing. There has been significant progress, as evident with the recent news of the next version of Internet Explorer moving towards compliance. Microsoft has embraced standards like JavaScript and CSS with its development tools as well. CSS is...
Tags: Technique, Microsoft ASP.NET, Property, Microsoft Corp., Microsoft ASP.NET 2.0, CssClass, CssClass Property, Class Property, Style Property, CSS, .Net, Middleware, Scripting Languages, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Tony Patton
Blog posts 2008-02-19
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... Display multiple values in an Access value list control?
The title's a mouthful, but don't get too hung up on the terminology. The technique is simple, although not commonly implemented. You can populate a Microsoft Access list control with an explicit list of values and generally that list consists of one column, although you can display more. Creating a...
Tags: Technique, Data Source, Microsoft Access, Property, Column, Difference, Form, Title, GetString Method, Susan Sales Harkins, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Susan Harkins
Blog posts 2008-01-23
How do I... Control the format of HTML lists with CSS?
Back when HTML was the only option for Web design, there were a limited number of things you could do with HTML lists. But with Cascading Style Sheets CSS, it's a whole new ball game. In addition to making it easier to alter the font, positioning, and color of list...
Tags: HTML, Item, Property, List, CSS, Scripting Languages, Software/Web Development, Web Development, Melonfire
Blog posts 2007-10-15
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
Hide columns in a form using Datasheet view
A Datasheet form is a form object that resembles a table or query in Datasheet view. The following view is actually a form, not a table or query. You might be surprised to learn that the ApplicationID column’s Visible property is set to No. For most forms, you...
Tags: Property, Column, Form, Susan Harkins
Blog posts 2007-08-04
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 table appearance with CSS
The final installment of the three-part series on styling HTML table elements with CSS concludes with a focus on spacing and table layout. My previous columns covered how to organize data with HTML tables and control style table borders with CSS. This week, I conclude this three-part...
Tags: HTML, Listing B, CSS, Tony Patton, Web Development Zone Newsletter, Property, Cell, Table, Listing C, Scripting Languages, Software/Web Development, Web Development
Technical articles 2007-02-26
Style table borders with CSS
Web developer Tony Patton examines how to use CSS to style the borders of HTML tables. He also offers examples that show how the CSS border property can specify the size of the border along with its color and type. In my previous Web Development column, I examined the...
Tags: CSS, Tony Patton, cell, Web Development Zone Newsletter, W3C, Property, Border, Table, Listing B, Web Developer Tony Patton, Scripting Languages, Software/Web Development, Web Development
Technical articles 2007-02-16
Move and resize controls on a VB.NET form
When you need to be able move and appropriately resize the controls on a Visual Basic .NET form, Irina Medvinskaya suggests that you use the Anchor property. Find out why in this tip There may be times when you need to move and appropriately resize the controls on...
Tags: Microsoft Visual Basic.Net, TextBox, Irina Medvinskaya, Microsoft development tools, Programming languages, Anchor Property, .NET Newsletter, Control, Property, Anchor, .Net, Development Tools, Software Development, Software/Web Development
Technical articles 2007-02-01
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
Perform actions at set intervals with VB.NET's Timer control
VB.NET's Timer control is a convenient way to perform a specific action after a set time interval. Irina Medvinskaya provides a code example to show you how to work with Timer in your applications. Developers are often required to make a specific action take place on a form...
Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, Timer1_Tick event, Timer Control, Interval property, Visual Basic Tips Newsletter, TechRepublic Inc., Property, .Net, Development Tools, Software Development, Software/Web Development
Technical articles 2007-01-18
Create components in your application with JavaBeans
JavaBeans let you visually assemble components and dynamically change properties on the fly. Peter V. Mikhalenko discusses the JavaBeans conventions, events, and listeners. The JavaBeans model enables developers to create software units called components also known as beans. You can assemble beans into composite components, applets, or...
Tags: JavaBeans, Persistence, Java, Middleware, Peter V. Mikhalenko, bean, Java Tips Newsletter, Method, Event, Component, Class, Property, Customization, JavaBeans API Specification, java.beans.Introspector Class, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2006-12-13
Two tips to make your forms run faster in Access
Make your Access forms leaner and meaner—and faster. By giving your form less data to digest, you can make it run faster and more efficiently. Follow these steps and learn two new ways to make them open and run more quickly. The less data Access has to load into...
Tags: Microsoft Access, Microsoft Office, Mary Ann Richardson, Microsoft Office Suite Access Tips Newsletter, Property, Databases, Office Suites, Software, Enterprise Software, Data Management
Technical articles 2006-09-19
Learn distinctions between inline and block HTML elements
When laying out and designing Web applications, it's important to know the distinctions between inline and block elements. Learn about both elements, and find out how you can use CSS to override an element's default behavior. I had a lengthy discussion with a fellow developer the other day...
Tags: HTML, CSS, Tony Patton, Web browsers, block element, Web browser, Web Development Zone Newsletter, Behavior, Property, Scripting Languages, Software/Web Development, Web Development
Technical articles 2006-07-17
Include data in ASP.NET pages with data binding
ASP.NET provides numerous ways to retrieve, format, and display data. Get more details about one such choice: declarative data binding. If you are familiar with classic ASP, the declarative data binding syntax introduced in ASP.NET will be familiar to you even though the functionality is vastly different....
Tags: Container.DataItem, Tony Patton, .NET, Microsoft development tools, Programming languages, data source, .NET Newsletter, Expression, Data, Microsoft ASP.NET, Property, Syntax, Difference, Value, Listing B, ItemIndex Property, Eval Method, C#, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2006-07-10
Take advantage of code snippets in Visual Studio 2005
Visual Studio 2005's auto-complete feature is new for C# developers and offers additional functionality for Visual Basic and other languages. Discover how using Visual Studio 2005's code snippets can help you boost productivity. The auto-complete features of Visual Studio .NET are wonderful if you are a Visual Basic...
Tags: Microsoft Visual Studio, Microsoft Visual Studio 2005, Microsoft Visual Basic, C#, Tony Patton, Microsoft development tools, Programming languages, .NET, snippet, .NET Newsletter, Folder, Property, CodeSnippets Element, Declarations Element, Code Element, Development Tools, Software Development, Software/Web Development
Technical articles 2006-04-25
Change a form's properties with Form View
Form follows function, and you can change the function—or properties—of a form by using Form View. Mary Ann Richardson teaches us how to format your Access form in Form View. You don't need to be in Design View to change a form's properties. Sometimes, it is easier to...
Tags: Microsoft Access, Microsoft Office, Databases, Mary Ann Richardson, Microsoft Office Suite Access Tips Newsletter, TechRepublic Inc., Property, Office Suites, Software, Enterprise Software, Data Management
Technical articles 2006-04-18
China stands by verdict on virtual thief
Changing ChinaTrue, in the old days, he would have been sent to the Gulag to be shot and have his organs harvested for sale to medical companies world-wide.Oh wait, that is still going on....Virtual propertyChina's come a long way since the days of Mao.
Tags: sterling@...
Discussion threads 2006-04-03


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
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

SmartPlanet