Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
345 Points
70 Posts
Oct 06, 2005 01:39 AM|LINK
Willgart
Member
345 Points
70 Posts
binding atlas:label control to a page method?
Oct 06, 2005 01:39 AM|LINK
second try to display something in an <atlas:label> control...
again I have my "HelloWorld" webmethod which return a simple string.
maybe I can bind it to a label atlas control.
how to configure the atlas:datasource control, and the atlas:label control?
<atlas:DataSource runat="server" ID="dataSource1" ServiceUrl="mypage.aspx" />
....
<atlas:Label runat="server" ID="nameLabel"> <Bindings> <atlas:Binding DataPath="?????" Property="text" /> </Bindings> </atlas:Label>
Does I have to use the listview or itemview control? (if yes, again, any sample?)
thanks.
jerome