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

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
 
M

ME

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
 

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

Top