datasource has a property .datasourceMode=DataReader or .datasourceMode=DataSet
If .DataSourceMode=DataSet then you can access the control id as if it was a standard dataset. http://tinyurl.com/goohr gives you a list of Datasource properties. read the articles at: http://www.charlescarroll.com/chaz/site/4889/default.aspx to learn the wonders of the datasource. On 4/3/06, orangefluffybun <[EMAIL PROTECTED]> wrote: > Is there a way to retrieve the field in code in a sqlDataSource? > > Can I retrieve a value from it? Say table1.field1 is being retrieved > from a sqlDataSource sqlDataSource1 > > How can I retrieve it during databound? There has to be a way. I want > to read/format the data before the data is bind to the FormView. > > Please provide any tip you have. Thank you!!! > > > > > > > > ________________________________ > YAHOO! GROUPS LINKS > > > Visit your group "AspNet2" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > ________________________________ > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNet2/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

