User-1425286219 posted
Hi friends, i have a listview control inside which in "LayoutTemplate" part i have a label control i.e. "lblques". Now at the page load event of this page in which listview control is residing, i've to assign some values to the label "lblques". Can any one
help me how to acheive it
<LayoutTemplate>
<h2>Answers</h2>
<asp:Label ID="lblques" runat="server"></asp:Label>
<br />
<div id="itemPlaceholder" runat="server">
</div>
</LayoutTemplate>
remember i don't have to access it's value. I want to change its text property through load event of a page.