Re: Data Binding

  •  05-25-2005, 4:34 PM

    Re: Data Binding

    Sorry - I meant a design time.  I used to be able to click on the DataBindings from the CE Properties and bind the Text Property to a specific value within a DataSet on the page.  It would insert code as follows into the CE tag:
     
    text='<%# DataBinder.Eval(dsPagesDataSet1, "Tables[Pages].DefaultView.[0].PageSection1") %>'

    I only get these for options when clicking the DataBinding from within VS2003:
     
    Does not seem to be there now. 
     
View Complete Thread