G
gauravkg via DotNetMonster.com
I am using repeater to display result
eg.
<asp:Label ID="Label1" Width=100% runat=server Text=<%#((DataRowView)
Container.DataItem)["Deal_Title"]%> ></asp:Label>
i want data to be dipayed without using label control how i can do that.
eg.
<asp:Label ID="Label1" Width=100% runat=server Text=<%#((DataRowView)
Container.DataItem)["Deal_Title"]%> ></asp:Label>
i want data to be dipayed without using label control how i can do that.