On GameSpot: Wii Fit tells 10-year-old she's fat
1 Resources for

repeater control

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Gain power and flexibility with data binding in .NET
Tony Patton believes that developers should add data binding to their development toolbox. In this article, he explains what data binding is and demonstrates how you can bind data to various structures within .NET. I once discussed data binding with a junior developer who wanted to display...
Tags: Tony Patton, .NET, Databases, Middleware, Repeater, Data Binding, database, MySQL, Microsoft ASP.NET, Microsoft .NET, .NET Newsletter, Method, TechRepublic Inc., HTML, Control, Data, Server, Language, Repeater Control, frmBuilderSample, ItemTemplate, DataBinder.Eval, DataBinder.Eval Statement, Hashtable, System.Collections, Person, Person Class, Value, C#, Programming Languages, Software Development, Software/Web Development
Technical articles 2005-07-25

Additional Resources

slave repeater
how do i make a remote computer a slave repeater of the master? this is on a wired lan also.Point value changed by question poster.
Tags: LANs, Network technology
Q&A 2006-05-10
wire run from demarc to router is too long
We have an installation of a T1 whose demarc is located 500' from the router. We are constantly losing the T1 connection. We were told to use a repeater, but I'm wondering what kind of repeater should I get? Does anybody have any recommendations? thanks....Just about anything...
Tags: Network technology, NETWORKING, richard.gates@..., demarc, repeater, fiber, router
Discussion threads 2007-10-30
2Wire Modem & Linksys WAP11
I have these two and was wondering, since the 2Wire modem has wireless capabilities, if it would be possible, since the WAP11 base is also a repeater, to use it solely as a repeater. To do this, would I connect the WAP11 to the computer, assign the MAC address...
Tags: 2Wire, Linksys, Linksys WAP11, modem, rweintra@...
Discussion threads 2007-03-03
wireless netgear router to Access point setup
I have one netgear wireless router which is connected to DSL modem But signal is very less in my room. so i am connecting Dlink AP-2100 repeater .net gear gateway -192.168.0.1How can i link with Router to AP repeatercan you help me to configure both?
Tags: Routers & switches, Network technology, NETWORKING, j_pc@..., router, wireless, access point
Discussion threads 2007-05-07
Amateur Radio Repeater Directory (zip)
Amateur Radio Repeater Directory for your Palm OS Devices. Western States Callsign Areas 6 and 7. States include: AK, AZ, CA, HI, ID, MT, NV, OR, UT, WA, WY. No special software, databases, or readers required to take full advantage of this searchable, network-aware, interactive, and flexible program. ARRD includes...
Tags: Advertising & Promotion, Palm OS, ARRD, Radio, Operating Systems, Software, Marketing
Software downloads 2006-10-12
Adding an antenna/repeater to a PCIMCI Card (notebook)
I have a home office that is out in the boonies. Is there a way that I can add an antenna or repeater to boost the signal for my wireless dialup card the company provided? I am not talking about boosting my home network, I am wanting to...
Tags: notebook, golfer066@..., SMA, card
Discussion threads 2007-05-24
Rapid Repeater (zip)
Rapid Repeater v.1.0.0.10 is a simple little program that allows the user to select a file or program to be monitored and restarted upon closing. It has been designed to work with .bat files for continuous looping of the batch files processes. However, it can be used with any program...
Tags: Program
Software downloads 2006-10-24
Connection of 2different access points
Hi All, I want to make a Dlink Access point(802.11 G std.,) as a repeater to a Linksys WAP 54 GAccess point.But it is said that we cannot connect two different access points as a repeater or client to the ohter.MY DOUBT is , as they...
Tags: access point, Associated Press, DLink, networking, repeater, rs_vivek@...
Q&A 2005-07-16
ViewerX VNC ActiveX Control (exe)
The SmartCode ViewerX VNC control gives developers full access to the VNC Viewer features using a set of intuitive ActiveX properties and methods. With ViewerX control, developers can easily provide screen sharing and remote control capabilities to their applications. The SmartCode ViewerX can work behind HTTP/SOCKS5 and UltraVNC Repeater proxy...
Tags: Developer, Authentication, Security
Software downloads 2007-11-13
Wireless Range 802.11b vs 802.11g
I'm implementing a wireless network SMC and having some problems with the range. Obviously the walls are more solid than I anticipated. Anyway, at the moment I have the SMC2804 configured for 802.11b/802.11g mixed mode. I have implemented a repeater to improve the range, which it has to a degree,...
Tags: Associated Press, dhony41, distance, IEEE 802.11, IEEE 802.11g, it management, repeater, wireless
Q&A 2005-09-26
MSDN Webcast: Microsoft Visual C# 2005 (Part 3 of 4): ASP.NET 2.0 Data Binding (Level 200)
This paper explains the declarative data binding model of Microsoft ASP.NET 2.0 and covers the fundamentals of how to bind data to controls using the data source controls. While data can be bound to any control, there are several that are designed specifically to simplify data presentation, including GridView, Repeater,...
Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Microsoft Corp., Microsoft ASP.NET 2.0, .Net, C#, Middleware, Software Development, Software/Web Development, Programming Languages, Enterprise Software, Software
Webcasts
Creating an Online RSS News Aggregator with ASP.NET
This paper discusses about displaying XML data in an ASP.NET Web page using the XML Web control to retrieve remote XML data, and about using the Repeater control to emit XML data from a database. With the ever-increasing demands of data sharing among disparate platforms, the use of XML has...
Tags: Microsoft ASP.NET, XML-Data, XML, .Net, RSS, Middleware, Software/Web Development, Web Development, Software Development, Internet, Enterprise Software, Software
White papers 2003-08-01
Easily display data with the Repeater control in .NET
If you're using ASP.NET, you're undoubtedlyfamiliar with the DataGrid control. The DataGrid provides all thefeatures to easily display data on a Web page in tabular format.But, what if you don't want HTML tables? This is where theDataGrid's lesser-known cousin, the Repeater control, steps in. TheRepeater control provides the flexibility to...
Tags: data source, DataGrid Control, HTML, Microsoft .NET, Repeater, Tony Patton
Technical articles 2005-06-27
Gain power and flexibility with data binding in .NET
I once discussed data binding with ajunior developer who wanted to display text in a Repeater controlbut didn't have a database connection to use as its data source. Ipointed out that he could utilize data binding within the .NETFramework. Data binding provides enormous power andflexibility when developing...
Tags: Data Binding, database, Microsoft .NET, Microsoft ASP.NET, MySQL, Repeater, Tony Patton
Technical articles 2005-07-25
Formatting data in columns with ASP.NET's DataList control
I was recently talking to a developer about presenting dataon a Web page in columns. That is, individual data elements are repeated acrossthe page in a set number of columns and this is repeated down the page. Thedeveloper was writing a lot of code to make the Repeater control do...
Tags: DataList, Tony Patton, Microsoft ASP.NET
Technical articles 2006-08-30
Easily display data with the Repeater control in .NET
If you're using ASP.NET, the Repeater control will provide you with flexibility to display data per your needs. Learn more about the Repeater control. If you're using ASP.NET, you're undoubtedly familiar with the DataGrid control. The DataGrid provides all the features to easily display data...
Tags: HTML, Microsoft .NET, Repeater, Middleware, Tony Patton, .NET, DataGrid Control, data source, .NET Newsletter, Web, TechRepublic Inc., Data, Microsoft ASP.NET, Choice, DataGrid, Web Page HTML, FONT-FAMILY, DataRowView, Page_Load Event, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2005-06-27
2Wire Modem & Linksys WAP11
I have these two and was wondering, since the 2Wire modem has wireless capabilities, if it would be possible, since the WAP11 base is also a repeater, to use it solely as a repeater. To do this, would I connect the WAP11 to the computer, assign the MAC address from...
Tags: 2Wire, Linksys, modem, rweintra@...
Discussion threads 2007-03-05
MSDN Webcast: Essential ASP.NET 1.1 (Part 11 of 15): Data Binding in ASP.NET Application (Level 200)
Microsoft ASP.NET introduces a new model for data binding which is convenient to use in conjunction with the ADO.NET DataSet and DataReader classes. While data can be bound to any control, there are several controls designed to simplify the common case of data presentation, including the DataGrid, Repeater, and DataList...
Tags: Microsoft Developer Network, Webcast, Control, Microsoft ASP.NET, Microsoft Corp., .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Webcasts
MSDN Webcast: Microsoft Visual Basic .NET (Part 3 of 4): ASP.NET 2.0 Data Binding (Level 200)
The webcast explains the declarative data binding model of Microsoft ASP.NET 2.0 and covers the fundamentals of how to bind data to controls using the data source controls. While data can be bound to any control, there are several that are designed specifically to simplify data presentation, including GridView, Repeater,...
Tags: Microsoft Developer Network, Webcast, Microsoft Visual Basic, Microsoft ASP.NET, Microsoft Corp., Microsoft ASP.NET 2.0, Microsoft Visual Basic.Net, .Net, Digital Media, Middleware, Software Development, Software/Web Development, Consumer Electronics, Personal Technology, Enterprise Software, Software
Webcasts
  • << Previous
  • page 1 of 1
  • Next >>


Quick Guide: 802.11g Wireless Networking
This Quick Guide examines critical technical and management details to review before a deployment and presents important information on transmission, ...
Buy Now
TPG Power Checklist: Troubleshooting TCP/IP
TCP/IP, the protocol powering Internet, Intranet and Extranet communications, provides critical functionality withinmost every organization. Numerous ...
Buy Now