Questions tagged [databound]

The state of (or ability to) being bound to a data source. For example, data-bound controls are user interface controls having the intrinsic ability to display and (in some cases) edit data from a specified data source.

Data binding is a general technique that binds two data/information sources together and maintains synchronization of that data. This is often done with two data/information sources with different types as in XML data binding. However, in UI data binding, data and information objects of the same type are bound together (e.g. C# UI elements to C# objects).

174 questions
0
votes
1 answer

Modify grid view dataitem in row data bound event?

I am binding grid view with datatable, I want to compute some values after binding The easy and common way to achieve this is to do all the computation in RowDataBound event, find controls in the row and fill them with the computed values. But…
Pawan Nogariya
  • 8,330
  • 12
  • 52
  • 105
0
votes
1 answer

Gridview Edit external update button.

I have a gridview in my asp.net page that has one template field for editing a yearly budget. The code follows:
developthestars
  • 185
  • 1
  • 12
  • 27
0
votes
1 answer

Creating a databound control through c# code?

I know that in XAML it's possible to create data templates with code so you can style & bind controls to your liking:
Joel Murphy
  • 2,472
  • 3
  • 29
  • 47
0
votes
2 answers

Is there a way to bind textboxes in a webform so the data is save as the user types in?

I have in my webform many TBs bound to a property in the code behind: