<%# Bind("xxx") %> Documentation

  • Thread starter Thread starter ME
  • Start date Start date
M

ME

If one wanted to find the documentation for Eval one would look at the
documentation for DataBinder.Eval. Where would one find the documentation
for the .NET 2.0 Bind method which performs two way binding? I can't seem
to find any documentation on it.

Thanks,

Matt
 
Actually I found that page. Under the header "Using the Eval Method" you
will notice that "Eval" has a link to its method specific
syntax/documentation page. But the corresponding link for Bind is not
available. I am looking for the corresponding link for Bind.

Thanks,

Matt



Ken Cox - Microsoft MVP said:
The Bind method is discussed here:

http://msdn2.microsoft.com/en-us/library/ms178366.aspx

Is that what you were after?

Ken
Microsoft MVP [ASP.NET]

ME said:
If one wanted to find the documentation for Eval one would look at the
documentation for DataBinder.Eval. Where would one find the
documentation for the .NET 2.0 Bind method which performs two way
binding? I can't seem to find any documentation on it.

Thanks,

Matt
 
Back
Top