44问答网
所有问题
asp.net(C#)如何批量生成html(后台读取数据库数据)
最好有源程序参考
举报该问题
其他回答
第1个回答 2008-08-15
很奇怪的问题
相似回答
C#
中
怎么
在
后台
获取前台
Html
控件的值?
答:
/// update_btn 控件。/// </summary> /// <remarks> /// 自动
生成
的字段。/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。/// </remarks> protected global::System.Web.UI.HtmlControls.
Html
Button update_btn;这个形式的。如果没有,你可以尝试自己添加进去。
asp.net(c#)如何读取数据库
中数据来验证登陆的用户和密码是否正确?_百度...
答:
sqlCon.ConnectionString ConfigurationManager.ConnectionStrings["strConn"].ConnectionString;sqlCon.Open();//打开
数据库
连接 SqlCommandsqlComGet=newSqlCommand();//
创建
SqlCommand对象 sqlComGet.Connection=sqlCon;//用sqlCon初始化SqlCommand对象 sqlComGet.CommandText="select*fromTUserwhereUserName='"+...
ASP.NET (c#)
程序实现 保存网页为类型为: 网页,全部(*
html)
答:
string
html
= webBrowser1.DocumentText;string name = String.Format("{0}.html", webBrowser1.DocumentTitle);//打开文件() ,或通过File
创建
立如:fs = File.Create(path, 1024)System.IO.FileStream fs = new System.IO.FileStream(name, System.IO.FileMode.CreateNew);//转换为字节 写入...
asp.net(c#)怎么
往表格里加入动态
数据
答:
1、服务器端(比如你是从
数据库读取数据
添加到表格中的话)方法:可以在页面你想
生成
表格的地方,放一个服务器控件。label 或者literal 等都行 可以如下形式……<table Id="tbBindTab"><
asp
:Literal ID="LiteralBindTab" runat="server" EnableViewState="false"></asp:Literal>//记得带上...
大家正在搜
如何把html转换成asp
asp浏览变成html
asp_html
html调用asp
asp的html代码
html运行asp
asp后端
html
asp