Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
design:
XML
<table>
<tr>
                            <td class="R_Header_Max_2" align="right" id="Cell_Accounts_Total" runat="server">
                                0</td>
<class="Table_Main_Row_Width">
                        </td>
</tr>
</table>




c # code:

XML
protected void Page_Load(object sender, EventArgs e)
   {
       UpdatePanel.ContentTemplateContainer.Controls.Add(new LiteralControl("<span>From:&nbsp;</span>"));
       UpdatePanel.ContentTemplateContainer.Controls.Add(Cell_Accounts_Total);

   }



it, not working propery..plz help me
Posted
Updated 13-Nov-13 5:24am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900