What is the Difference between Rebin and Databind?

Asked

Viewed 43 times

1

My question is about c#.

Would you like to know the difference between Rebind and Databind? which is very specific!

'Cause I search the sites and I never see an answer that goes straight to the point.

  • 1

    pq "Rebind" is not a method of the . net framework objects. DataBind binds a data source to an object, a Gridview for example. " Rebind" would theoretically update or re-link the data source, which can be done using the DataBind

1 answer

2


Databind is a way to "tie" the object (Ex: Datagrid) to a data source (Ex: a list of a given object).

Rebind in fact it is not a method or something similar, it is just a nomenclature, a "nickname" for the purpose of re-executing the Databind.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.