摘要:
this article covers one of the most common questions i see about getting email sent properly from an asp or asp.net page. how do to setup my pc machine or server to send cdonts mail. step 4 is......
摘要:
<%@ page language="vb" enablesessionstate="false" enableviewstate="false" trace="false" debug="false" strict="true" %>
<%@ ......
Web报表打印·简单实现·(一)
近日看到论坛中有好多人提到,web 方式打印报表 的问题 都感觉很辣手.
本人有点小技巧愿意拿处来与大家分享.
本方法不分语言(asp,asp.net,jsp,php..)可以生成html的语言都可以使用.
其实很简单只要你略懂 html,css 即可,打印的出来的效果(那就要看你自己了)个人认为一般的打印完全可以应付....
下一页 摘要:
<%@ page language="c#" codebehind="webform1.aspx.cs" autoeventwireup="false" inherits="test.sendmailsample" %>
<html>
<head>
<tit......