Groups | Blog | Home
all groups > asp.net webcontrols > december 2004 >

asp.net webcontrols : Finding data binding information on web control


Jerry
12/7/2004 1:14:13 PM
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



Jerry
12/20/2004 1:07:06 PM
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.


[quoted text, click to view]

AddThis Social Bookmark Button