出错信息:
The page cannot be displayed
There is a problem with the page you are looking for, and it cannot be displayed.
Please try the following:
* Contact the Web site administrator to inform them that this error has occured for this URL address.
HTTP Erro ......
如果根据一个条件来执行不同的sql语句,如:
if str="a" then
sql="select xxx from [tab] where xxx"
elseif str="b" then
sql="select xxx from [tab] where xxx"
elseif str="c" then
sql="select xxx from [tab ......
adpx格式的,用IE打开提示
无法显示 XML 页。
使用 XSL 样式表无法查看 XML 输入。请更正错误然后单击 刷新按钮,或以后重试。
--------------------------------------------------------------------------------
名称以无效字符开头。处理资源 'file:///D:/Backup/我的文档/Visual St ......
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> ......
asp下面,当要根据不同的权限显示一些功能按钮的话会写成
<%
if 权限=1 then
%>
<input type="submit" name="Submit" value="提交" />
<%
end if
%>
此种用于判断的方式在vs2005用C#写,应该怎么实现
在页面上放上所需控件,注意是服务器 ......
现在问题是这样的
在文本域里有这样一条内容
奥运2009
当进行提交并写入数据库时 怎么把数字删除 只提取文字内容?
望各位大虾指定一点~~本人菜鸟
顶上先
VBScript code:
s = "奥运2009"
Set re = New RegExp
With re
.Global = True
.Pattern = &quo ......