Finding data binding information on web control

J

Jerry

I'm able to get the data binding information on Windows controls via
System.Windows.Forms.Binding bind = myControl.DataBindings["Value"];

I can then look at the bind class to get the datasource, table, column
information.

How do I do the same thing for a web control?

TIA
Jerry
 
J

Jerry

I found that I can just make a method call to my page that returns a boolean
based on the passed datacolumn's
readonly attribute. I can sent the enabled properties binding to this call
and it works.
I realized that the binding information is only available in html.
 

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

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top