All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
AJAX之xmlHttp_[AJAX教程]

Writer: 归海一刀 Article type: Programming skills(编程技巧) Time: 2014/3/16 2:51:34 Browse times: 341 Comment times: 0

AJAX之xmlHttp_[AJAX教程]


Head photo

Go homepage
Upload pictures
Write articles

AJAX之xmlHttp_[AJAX教程]























'''


''' 检测用户是否存在<文件名:../User/CheckUser.aspx>
'''

''' Created by dzh @2006/06/27 18:22
Partial Class Web_User_CheckUser
Inherits System.Web.UI.Page




Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Request.QueryString("LogonName") Is Nothing Then
Response.Write("false" + "?EX")
Response.End()
Exit Sub
End If




If (New EasyClick.EasyBusiness.UserBusiness).GetUserByLogonName(Request.QueryString("LogonName").ToString) Is Nothing Then
Response.Write("false" + "?EX")
Response.End()
Exit Sub
Else
Response.Write("true" + "?EX")
Response.End()
Exit Sub
End If
End Sub
End Class




来源:网络











































There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.