摘要:
set the initialfocus for an asp.net webform
the pageutil class has a static method setinitialfocus(control) which can be used to generate a javascript for an asp.net page (webform), which set......
摘要:
启动后台线程可以用下面的语句:
checkonline online=new checkonline();
用户可以将它放到global。asax中,我是没有了,只放到了一个aspx文件中做简单的测试。如下
//start.aspx
<%@ page language="c#" autoeventwireup=true debug="tru......
.NET中带有口令加密的注册页面(还是发表在这里吧~-~)
在asp.net中提供了加密的功能.名字空间system.web.security中包含了类formsauthentication,其中有一个方法hashpasswordforstoringinconfigfile.这个方法可以将用户提供的字符变成乱码,然后存储起来.注意此方法是不能继承的....
下一页 摘要:
using system;
namespace com.oztime.workshop.codebase.db
{
/// <summary>
/// summary description for dbglobal.
/// </summary>
public class dbglobal
{
public dbglobal()
{
//......