asp.net
新手求救. 体谅求知之心。。。谢谢!
asp 代码页面:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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 runat="server">
<title>无标题页 </title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Text="请选择表名:"> </asp:Label>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True"
onselectedindexchanged="DropDownList1_SelectedIndexChanged1" Width="200px">
<asp:ListItem Value="news">新闻 </asp:ListItem>
<asp:ListItem Value="guestbook">留言表 </asp:ListItem>
<asp:ListItem Value="gu
相关问答:
我在一个ASPX页面中用 <!-- #include file="top.asp"-->嵌套了一个asp页面,但在点击按钮提交表单的时候没有任何反应,是不是两个FORM的原因造成的,top.asp里面也有一个form,把嵌套去掉的话,运行 ......
我想要一个和qq一样的弹出框,能够关闭,不是自动的,而是手动的那种,在弹出框中我想加一个视频,不知有没有人做过啊,在线等啊,希望有人能给我发个实例代码,在线等,
不知道你要什么效果,
不过也肯定是 ......
现在遇到这么一个问题,从FTP上下载文件,其中有两个方式,一种是一个文件一个文件的下载,
另外一个是全部下载,一个一个文件的下载已经实现了,但是就是全部下载的没有实现,
我想的思路是下载到文件服务器 ......
在下用vb编写了一个调用条码打印机动态链接库打印条码的activex:
<OBJECT ID="BarcodePrint"
CLASSID="CLSID:398953F3-F9CD-4BD5-90DB-53A327972617"
CODEBASE="BarcodeCom. ......
新人一个,不懂,希望大家多多指点
我随意新建一个网站(2.0和3.5的都试过),只放上一个控件,然后就直接运行了,马上就跳出一个出错的页面,大概是说
“/WebSite1”应用程序中的服务器错误。
--- ......