$(document).on('click', '.invoiceNumber', function () {
var string = <%= StaticHelper.GetCurrentCompanyId.ToString()%>;
string = string +"---"+ $(this).text();
alert(string);
});

https://forums.asp.net/t/1139381.aspx?what+are+these+special+tags+and+

hose tags can be hard to search for since the are generally discarded by search engines as noise...

here are some helpful links for you on the various tags.

<% %>  An embedded code block is server code that executes during the page's render phase. The code in the block can execute programming statements and call functions in the current page class. http://msdn.microsoft.com/en-gb/library/ms178135(vs.80).aspx

<%= %> most useful for displaying single pieces of information. http://msdn.microsoft.com/en-us/library/6dwsdcf5(VS.71).aspx

<%# %> Data Binding Expression Syntax. http://msdn.microsoft.com/en-us/library/bda9bbfx.aspx

<%$ %> ASP.NET Expression. http://msdn.microsoft.com/en-us/library/d5bd1tad.aspx

<%@ %> Directive Syntax. http://msdn.microsoft.com/en-us/library/xz702w3e(VS.80).aspx

<%-- --%> Server-Side Comments. http://msdn.microsoft.com/en-US/library/4acf8afk.aspx

<%: %> Like <%= %> But HtmlEncodes the output (new with Asp.Net 4). http://weblogs.asp.net/scottgu/archive/2010/04/06/new-lt-gt-syntax-for-html-encoding-output-in-asp-net-4-and-asp-net-mvc-2.aspx

最新文章

  1. EntityFramework 7 Left Join Where is error(Test record)
  2. centos7+redis+php环境配置
  3. Android应用中使用AsyncHttpClient来异步网络数据(转载)
  4. Ubuntu 15.10安装KVM
  5. Struts2 自定义拦截器
  6. Java编程思想学习笔记_1(Java内存和垃圾回收)
  7. 浅谈如何使用代码为MP3文件写入ID3Tags
  8. Setfocus - IE 需要使用setTimeout
  9. map 树木品种
  10. 第四章 USB库介绍
  11. 关于一个WCF调用的服务端和客户端的配置信息集合
  12. ※编程随笔※=&gt;☆编程基础☆=&gt;※№ SVN工具自动属性 $Author$ $Date$ $Revision$ $URL$ $Header$替换
  13. fmt标签格式化数字和时间
  14. Python第一章(北理国家精品课 嵩天等)
  15. 【BZOJ5298】[CQOI2018]交错序列(动态规划,矩阵快速幂)
  16. FreeSWITCH部署与功能配置
  17. InfluxDB中文文档
  18. vue获取dom
  19. C++提供了四个转换运算符
  20. 51Nod:独木舟问题(贪心)

热门文章

  1. pgsql 远程机器无法连接数据库报错处理方法
  2. 在C#程序中,创建、写入、读取XML文件的方法
  3. C# 如何实现WinForm程序自重启(重新启动自己)
  4. 实现三联tab切换特效
  5. Christopher G. Atkeson 简介
  6. OpenCV边缘检测的详细参数调节
  7. Matlab矩阵填充--Matlab interp2
  8. 【sqli-labs】 less14 POST - Double Injection - Single quotes- String -twist (POST型单引号变形双注入)
  9. eas之新建窗口
  10. 开机进入GRUB不要慌,命令行也可启动Linux