ASP.NET语法小结。
摘要:
一. <%%>语法<%%>这种格式实际上就是和asp的用法一样的,只是asp中里面是vbscript或者javascript代码,而在asp.net中是.net平台下支持的语言。特别注意:服务器控件中不能有<%%><%%>语法,例:<% int a = 2; int b = 3; int c = a + b; Response.Write(c)... 阅读全文
posted @ 2009-09-05 23:09 smwikipedia 阅读(1873) 评论(0) 推荐(1)
浙公网安备 33010602011771号