Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <li><a href="ContactForm.aspx"><span class="icon16 icomoon-icon-envelop"></span><span class="txt">Contact Forms</span></a><span class="notification" id="txtContactCount" runat="server">0</span></li>
  2.  
  3. string ContactCount = system.GetDataCell("Select Count(*) from TBLCONTACTFORM");
  4. txtContactCount.InnerText = ContactCount.ToString();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement