how to change datalist's bind fied by codebehind code?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Generally,we can control datalist's display field by databinding by html,such as <%# Container.DataItem("Title") %> Now i have a problem,I want to change this bind field by my option in codebehind file,such as i want to display Title+Digest or Column+Title so who can tell me how to make this done? Thanks in advance! I'm terribly troubled by this problem and looking forward to your reply.