On CNET: CNET TV now in HD!
1 Resources for

databinder.eval statement

  • 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

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
Aspnet 2.0 C# Treeview Help
I am new to the world of programing.I have a treeview menu in aspnet wich gets populated from my sqlDB. everything works fine, but nothing happens when i click the tree node.I have this code from categoriesList.ascx wich is a datalist: ...
Tags: kenichi@...
Discussion threads 2007-08-23
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
asp:calendar in gridview isn't updating
Hi Guys,I encountered weird problem where the similar code runs well in one page and partially working on the other.In both page, I have gridiview which has an edit command button. Page A is the working page, Page B partially working (can update the proj_name but not the from_date and...
Tags: Databases, jackmuliadi@..., Page B., Page B, Container.DataItem
Discussion threads 2007-08-28
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
Evaluating Accounting Software: Print a Financial Statement to the Screen
The process of printing a financial statement to screen can be very revealing. To start with, this allows you to see how many default financial statement formats come standard with the system. Some products provide a balance sheet and income statement while others provide numerous standard reports including a Statement...
Tags: Accounting, Financial, Financial Statement, Financial Statements, Financial Accounting, Financial Planning, Finance
White papers
Download TechRepublic's NT 4 Eval fix
Evaluation software is great for administrators wanting to try out new applications. But what happens if your copy of the NT 4 Eval accidentally winds up on a production server? We've created a download to help you pick up the pieces and save the box.Evaluation eval CDs are typically included...
Tags: Servers, Jim Wells MBA, server, Microsoft Windows NT, Eval, Microsoft Windows NT 4.0
Technical articles 2000-10-19
WHERE Vs. IF Statements: Knowing the Difference in How and When to Apply
When programming in SAS, there is almost always more than one way to accomplish a task. Beginning programmers may think that there is no difference between using the WHERE statement and the IF statement to subset the data set. Knowledgeable programmers know that depending on the situation, sometimes one statement...
Tags: Statement, SAS Institute, Development Tools, Software Development, Software/Web Development
White papers 2006-02-28
show all
SQL statement I am creating a where statement showing not like fields. But I want to show all in the range. ie. combo = fcitem = fc, reNot like statement will show item re, but I want to view the fc alsoNot like what?for example if you have the values...
Tags: Programming languages, cjconnell@...
Q&A 2006-08-14
Vision Statement Mentor (msi)
Vision Statement Mentor guides you through the steps of creating core values statements and vision statements for your church and ministries. A church vision statement or ministry vision statement is a tool to help you communicate the vision which God has entrusted to you. A vision statement can invoke passion...
Tags: Vision, Vision Statement, Rohawk, Strategy, Management
Software downloads 2008-02-29
The Power of the BY Statement
When used to its fullest potential, the BY statement can save time and effort, and add clarity and simplicity to SAS programs. It can make complex coding problems simple or accomplish in one pass what would otherwise require multiple passes of the data. Unfortunately the full power of the BY...
Tags: Statement, SAS Institute
White papers 2007-05-14
Xamining the X Statement (and Some Other Xciting Code)
The X statement has been briefly documented for years in the SAS Language Guide. However, the usage of this statement in code appears uncommon and its power is underutilized, especially by the novice programmer. This statement can be used to issue operating system commands during an interactive SAS session, consequently...
Tags: Statement, SAS Institute, X Statement
White papers 2006-02-28
Include totals with numeric values via DataGrid
I talk to a lot of people who sneer whendiscussing the DataGridcontrol; they often discard it in favor of third-partyalternatives. DataGrid, a core piece of the .NET Framework, isactually a valuable part of my development toolbox. Presenting data in a table format provides manyopportunities. I'll explain how...
Tags: DataGrid, DataGrid Control, sConn, server, Tony Patton, totalFreight
Technical articles 2005-06-29
IF statement in Excel
I am creating an IF statement and would like to place the results into another cell. Is this possible? I would like the formula to do the following: in cell E4 place the IF statement. I want to determine if cell E3 is
Tags: cell, Microsoft Excel, software, white2golf@...
Q&A 2006-08-09
Financial Statement Pro (exe)
The Financial Statement Pro is easy to use, step-by-step software that quickly calculates net worth. The Financial Statement Pro's statement of financial condition replaces the hard to read, hand written or spreadsheet based financial statements that typically do not reflect your proper net worth.The Financial Statement Pro software was developed...
Tags: Software, Financial, Financial Statement, Financial Condition, Interactive Software Solutions, Financial Statement Pro, Financial Statements, Financial Accounting, Financial Planning, Finance
Software downloads 2008-07-10
Help with possible IF statement
I am trying to set something up in excel. I currently have each class and a list of students taking that exam on separate tabs. I now want to set up a tab where it will give me the exam schedule for that one student. I thought...
Tags: maryooo99@...
Discussion threads 2007-06-04
Web Programming: The power of JavaScript's EVAL command
Many JavaScript programmers have come across the EVAL command, as it has been around since JavaScript 1.0 and ECMA-262, but few will have used it. In this article, I'll take a quick look at several potential uses for this command, including one allowing us to write code that is easier...
Tags: Scripting languages, Web, Greg Griffiths, Eval, JavaScript
Technical articles 2004-03-18
Include totals with numeric values via DataGrid
DataGrid is a valuable part of any developer's toolbox. Learn how you can use DataGrid to include total values, which is often a requirement when working with numeric values. I talk to a lot of people who sneer when discussing the DataGrid control; they...
Tags: DataGrid, Tony Patton, C#, .NET, totalFreight, sConn, server, .NET Newsletter, Database, Paging, Column, Freight, Databases, Enterprise Software, Software, Data Management
Technical articles 2005-06-29
Can't install win 2003 server eval
I have a 2003 server, enterprise edition cd I ordered from MS for training purposes. I attempted to install it on a pc that had 2 hard drives, one running win 98, the other 2000 advanced server evaluation. I got the error messege that I needed win 2000...
Tags: Servers, server
Q&A 2005-02-28
  • << Previous
  • page 1 of 1
  • Next >>


Microsoft Word Basics
The Microsoft Word Basics presentation provides a preformatted presentation for familiarizing staff with Microsoft Word. The accompanying Quick Refere ...
Buy Now
TechRepublic Power Checklist: Securing Windows XP
If you have just finished installing Windows XP and you think the work is done, you're wrong. Some of the most important steps to getting Windows XP u ...
Buy Now