天下白

导航

2004年12月29日 #

生成验证码图片

摘要: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebContr... 阅读全文

posted @ 2004-12-29 12:06 天下白 阅读(1952) 评论(3) 推荐(0)

2004年12月27日 #

这个是什么错误呢???高手帮忙。

摘要: DotNetNuke Configuration ErrorDomain Name "127.0.0.1/DotNetNuke" Does Not Exist In The Database DotNetNuke supports multiple portals from a single database/codebase. It accomplishes this by ... 阅读全文

posted @ 2004-12-27 13:49 天下白 阅读(885) 评论(0) 推荐(0)

DotNetNuke 的初级问题!

摘要: DotNetNuke Upgrade ErrorThe Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] ) ERROR: Could not connect to database specified in connectionString for SqlD... 阅读全文

posted @ 2004-12-27 12:59 天下白 阅读(699) 评论(1) 推荐(0)

2004年12月18日 #

有人看过微软的Portal StarterKit吗?能说说门户网站的关键技术吗?

摘要: 我们公司要做个门户网站。可是我接触。net才几个月,真的是不知道如何下手。感觉好多东西要学,好迷茫啊。大家能不能进来指点一二啊?谢啦。 阅读全文

posted @ 2004-12-18 13:08 天下白 阅读(1327) 评论(2) 推荐(0)

确定响应按钮

摘要: 当你在做页面的时候会不会想让某个或某些输入框响应提交之类按钮的事件呢? 试试下面的代码吧。 SearchTextBox.Attributes.Add("onkeydown", "if(event.keyCode==13){ event.keyCode=9; document.getElementById('SearchButton').click();... 阅读全文

posted @ 2004-12-18 12:51 天下白 阅读(796) 评论(0) 推荐(0)

ASP。net 页面确认对话框使用

摘要: 当既激发校验,同时想弹出确认对话框时将产生冲突。 因为二者在生成javascript时都会生成onlick事件的处理方法。 所以,应将按钮属性CausesValidation设为false, 并在页面的page_load中应添加如下代码来实现上述效果: updateButton.Attributes["onlick"]="if (typeof(Page_ClientV... 阅读全文

posted @ 2004-12-18 12:45 天下白 阅读(1045) 评论(1) 推荐(0)

2004年12月17日 #

如何才能让别人看到我写的东西呢?

摘要: 请教。谢谢 阅读全文

posted @ 2004-12-17 15:13 天下白 阅读(838) 评论(0) 推荐(0)

第一次使用

摘要: 第一次使用blog,大家以后多多关照。期待大家多写点好的文章 阅读全文

posted @ 2004-12-17 14:43 天下白 阅读(564) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示