DataBinding in asp.net 2.0

G

Guest

Hello to all,

I want to know if DataBinding in asp.net 2,0 is better than to fill up the
values of the controls of the following form:

this.miControlTextBox.Text = valorParaControlTextbox;

Performance with databinding is good in asp.net 2.0 ? Would you prefer:
databinding or set value to Text property of control ?


In my application Web I have controls that I want set values of entity
object, is not a list of objects, but an object with a series of properties.

I do not know the disadvantages of databinding in asp.net 2.0.

If you could it contributes some good reference or url that explains
databinding and with code examples , I will be very grateful.

Thanks in advance, any helo will be appreciated.
 
T

Teemu Keiski

Hi,

it's usually that databinding might not perform as well as pure property
setting since databinding always involve late-binding, whereas property
setting is always strongly-typed. However, usually it's not an issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top