Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Include data in ASP.NET pages with data binding
- Separating presentation from codePersonally I think it is a bad idea to use data binding expressions in the middle of your HTML code. I prefer to separate the design from the code. It is easier to maintain and it has performance benefits.Adding Functions / MethodsWell this was a nice simple...
- Tags: data binding, asp.net, ASP.NET-page, KeeBored, programming, Microsoft ASP.NET
- Discussion threads 2006-07-17
- 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
- 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
Additional Resources
- Live From Redmond: Binding Data to Silverlight 2 Controls
- Binding Silverlight 2 controls to business objects, databases, XML and binding collections. One way and two way binding, and implementing INotifyPropertyChanged.
- Tags: Microsoft Silverlight, XML, Storage, Databases, Software/Web Development, Web Development, Hardware, Enterprise Software, Software, Data Management
- Webcasts 2008-05-21
- Introduction to Data Binding in Windows Forms
- In this webcast, the listener will learn the basic concepts of Windows Forms data binding in Visual Studio .NET. He or she will also hear about some of the common Windows controls used in data binding and how the PropertyManager and the CurrencyManager objects are involved. The listener will also...
- Tags: Microsoft Corp., Microsoft Windows, Microsoft Development Tools, Operating Systems, Software, Development Tools, Software Development, Software/Web Development
- Webcasts
- MSDN Webcast: Essential ASP.NET for the Web Developer (Part 11 of 15): Advanced Data Binding (Level 200)
- This webcast will dig deeper into the new data-related features of Microsoft ASP.NET 2.0. The webcast covers hierarchical data binding, the ObjectDataSource object, multi-layered architectures with declarative binding, and two-way binding.
- Tags: Web Developer, Microsoft Developer Network, Web, Webcast, Microsoft ASP.NET, Microsoft Corp., .Net, Digital Media, Middleware, Software Development, Software/Web Development, Consumer Electronics, Personal Technology, Enterprise Software, Software
- Webcasts
- .NET: Gain power and flexibility with data binding
- This week's .NET newsletter explains how data binding provides enormous power and flexibility when developing .NET applications.Most developers immediately think of database connections when discussing data binding, but it is much more than that. You can use one of the numerous data types included with .NET, as well as a...
- Tags: .NET, Application servers, Middleware, Microsoft .NET
- Discussion threads 2005-03-01
- MSDN Webcast: Windows Presentation Foundation Data Binding (Part 2 of 2) (Level 200)
- The webcast on data binding in Windows Presentation WPF discusses more advanced topics and explains how to create business objects that support bi-directional data binding, and how to use the CollectionView to sort, filter, and group a list of data.
- Tags: Microsoft Developer Network, Webcast, Microsoft Windows Presentation Foundation, Microsoft Windows, Digital Media, Operating Systems, Software, Consumer Electronics, Personal Technology
- Webcasts
- ADO.NET in a Nutshell: DataViews and Data Binding
- Data binding, a technique for displaying data without writing any code, has suffered from a poor reputation. In the past, the only applications that could use it successfully were simple report-generating tools or thin database wrappers that were typically written in a high-level language such as Visual Basic or Microsoft...
- Tags: Microsoft ADO.NET, O'Reilly Media Inc., .Net, Databases, Productivity, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Book chapters 2003-04-17
- MSDN Webcast: Data Binding Using C# (Part 3 of 4) (Level 200)
- This webcast explains about the declarative data binding model of ASP.NET 2.0 and the fundamentals of binding data to controls using the data source controls. While data can be bound to any control, there are several controls designed specifically to simplify data presentation including GridView, Repeater, and DataList. The webcast...
- Tags: Microsoft Developer Network, Webcast, Control, Digital Media, C#, Consumer Electronics, Personal Technology, Programming Languages, Software Development, Software/Web Development
- Webcasts
- MSDN Webcast: Data Binding Using Visual Basic .NET (Part 3 of 4) (Level 200)
- This webcast explains about the declarative data binding model of ASP.NET 2.0 and the fundamentals of binding data to controls using the data source controls. While data can be bound to any control, there are several controls designed specifically to simplify data presentation including GridView, Repeater, and DataList. The webcast...
- Tags: Microsoft Developer Network, Webcast, Control, Microsoft Visual Basic, Microsoft Visual Basic.Net, Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- MSDN Webcast: Windows Forms Bonanza: Bound for Greatness-Advanced Data Binding (Level 300)
- This webcast will explore advanced topics in .NET data binding when creating Windows forms in Visual Studio.NET. It will dig into the advanced data-binding techniques every developer should know when working with Windows forms development. The presenter of this webcast will also show how to create a custom data source...
- Tags: Microsoft Developer Network, Webcast, Microsoft Windows, Digital Media, Operating Systems, Software, Consumer Electronics, Personal Technology
- Webcasts
- MSDN Webcast: Windows Presentation Foundation Soup to Nuts (Part 09 of 18): Data Binding (Level 200)
- The presenter of this webcast discusses the magic known as data binding. Data binding is a powerful way to tie the presentation of an object to the object itself. This webcast shows how to control the rendering using data templates and value converters. It also demonstrates how to use the...
- Tags: Microsoft Developer Network, Webcast, Data, Microsoft Windows Presentation Foundation, Microsoft Windows, Digital Media, Operating Systems, Software, Consumer Electronics, Personal Technology
- Webcasts 2007-10-01
- XML Data Binding Using Data Templates in XAML
- Avalon provides a number of conveniences in terms of accessing and binding external data sources. This paper explains how one can bind and display XML data using a data template in XAML. For ease of demonstration, the XML is defined as a resource within the XAML document. This technique is...
- Tags: XAML, XML-Data, Avalon
- White papers 2005-12-10
- Live From Redmond: Data-Binding, Business Objects and Data Sources [Updated]
- The presenter of this webcast demonstrate how to create an n-tier Silverlight application, focusing on the UI and business layers and showing how Expression Blend can facilitate drag-and-drop data-binding without hiding the underlying logic.
- Tags: Data Source, Business Objects, Microsoft Corp.
- Webcasts 2008-07-09
- 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
- Advanced Topics About Using ADO.NET in Microsoft ASP.NET Data Binding
- ADO.NET plays an important role in Microsoft ASP.NET data binding. This Support WebCast builds on two previous WebCasts - "Data Binding in ASP.NET Web Forms" (October 17, 2002) and "Microsoft ASP.NET DataGrid Web Server Control" (September 12, 2002). This session will explore the various uses of DataGrid Web control in...
- Tags: Microsoft ADO.NET, Microsoft ASP.NET, Microsoft Corp., .Net, Middleware, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- 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
- Create a data binding solution for Firefox
- Too much codeSeems it is much easier to do the data binding on the server side, unless you need some client-side behavior of the data. It is nice to know the alternative though.i agreeseems like a lot of workWaiting for StandardsI don't mind writing a fair bit of code, but...
- Tags: Create, Mozilla Firefox, programming, web, yaoliu68@...
- Discussion threads 2006-01-10
- MSDN Webcast: Introduction to ASP.NET (Part 3 of 4): ADO.NET and Data Binding (in C#) (Level 100)
- This webcast begins by comparing and contrasting the connected, streaming model of data access in ADO.NET with the disconnected model. The presenter then explains the new ASP.NET model for data binding which is convenient to use in conjunction with the ADO.NET DataSet and DataReader classes. While data can be bound...
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft ASP.NET, C#, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- << Previous
- page 1 of 1
- Next >>