随笔分类 - ASP.Net and MVC
摘要:1. 下载IIS 7.02.控制面板中“程序”的位置,“程序”中“打开或关闭Windows功能”的位置。3.IIS7安装完成之后可以在开始菜单的所有程序中看到“管理工具”,其中有一个“Internet信息服务管理器”,如果没有可以按以下步骤添加:开始》右击属性》“开始”菜单选项卡》自定义》把“系统管理工具”设置为“在所有程序菜单显示”或者“在所有程序菜单和开始菜单上显示”。4.打开Internet信息服务管理器就可以看到IIS7的主页了。ok,完成。
阅读全文
摘要:http://topic.csdn.net/u/20100323/18/d8e43d16-5884-4483-8928-5e3fb72988c2.html我知道了,我拷贝代码的时候不小心嵌套了两个form,哎。。急死我了。检查代码中是否重复报错的内容。
阅读全文
摘要:Hi On3_Cool,on3_cool:I need heap of helps on AJAX Framwork 3.5.I just Installed Visual Studio 2008 and AJAX Control ToolKit for Ms Framework 3.5 -11119I've got Error Message (below) when i create Accordion AJAX Control Kit.Error 1 The type or namespace name 'AjaxControlToolkit' could not
阅读全文
摘要:asp.net ajax control ModalPopupExtender demo <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagP
阅读全文
摘要:asp.net tag cloud 实现css :body { font-family: Verdana;}.CloudBox{ width:300px; text-align:center; border:solid 1px navy; background-color: white;} TagCloudDemo.aspx页面实现: <div class="CloudBox"> <asp:SqlDataSource ID="CategoriesProductsBreakdownDataSource" runat
阅读全文
摘要:ajax check user name1. Ajax online document: MSDN Ajax:http://msdn.microsoft.com/en-us/library/ee341002.aspx. 2.下面开始全部事宜ajax实例的形式来进行。ajax demo 1 : check user available ?应用场景 : 用户注册时检查当前的用户是否能够使用实例代码:default.aspx :<%@ Page Language="C#" AutoEventWireup="true" CodeFile="
阅读全文
摘要:So take a moment and look over the list below of the 12 best free cms options available. Some might seem really familiar (we lovewordpress) and some others might be new to you. They all deserve your attention for a few minutes. Hell, even test drive a few of them and see if there’s any tha
阅读全文
摘要:fileupload控件在ajax的UpdatePanel中是没有办法运行的,下面的代码:if (this.FileUpload1.HasFile)总是false、于是google:错误代码:前台:<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> &am
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/aa992038(VS.80).aspxThe GridView control displays rows of data in a grid (an HTML table), displaying one data row per grid row. This walkthrough shows you how to extend the functionality of the GridView control so that individual grid rows can display data fro
阅读全文
摘要:Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12030google :1.http://www.soidc.net/discuss/3/040101/00/539846_1.html往窗体里面拖一个 ScriptManager 在拖一个 UpdatePanel 往Panel 放一个but
阅读全文
摘要://TransmitFile实现下载 protected void Button1_Click1(object sender, EventArgs e) { /* 微软为Response对象提供了一个新的方法TransmitFile来解决使用Response.BinaryWrite 下载超过400mb的文件时导致Aspnet_wp.exe进程回收而无法成功下载的问题。 代码如下: */ string strFileName = "三部闲置设备管理系统操作手册IEMS.ppt"; Response.ContentType = "application/x-zip-c
阅读全文
摘要:<%@ 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"&am
阅读全文
摘要:asp.net网站在线图片裁剪1。下载地址 :http://webcropimage.codeplex.com/2。同时在上面还下载了demo程序,但是这个demo程序在ie 8下无法运行的,没有办法,只能google了。googleasp.net web crop image control ie8,得到 :http://cemsisman.com/asp-net-web-crop-image-control/Doesn’t seem to work in IE8. Am I missing something?Any update on when you will be
阅读全文
摘要:http://msdn.microsoft.com/zh-cn/library/wdb4eb30(VS.80).aspx生成一系列窗体来收集用户数据是开发网站时的常见任务。通过提供一种允许方便地生成步骤、添加新步骤或对步骤重新排序的机制,ASP.NETWizard控件简化了许多与生成窗体和收集用户输入关联的任务。在本演练中,将使用 ASP.NETWizard控件将数据收集简化为一系列独立的步骤,而无需编写代码或在窗体步骤之间保存用户数据。您将创建一个简单的向导,用于收集用户名和电子邮件地址,然后在完成步骤中将收集的内容返回给用户。本演练中阐释的任务包括:向页中添加一个Wizard控件。向向导步
阅读全文
摘要:AttributeDescriptionPathThe path attribute can contain either a single URL path or a simple wildcard string (for example, *.aspx).TypeSpecifies a comma-separated class/assembly combination. ASP.NET searches for the assembly DLL first in the application's private \bin directory and then in the sy
阅读全文
摘要:在制作网站是经常需要在两个页面之间交换数据并跳转,有时候需要使用动态的跳转来实现,比如在Main.aspx :<asp:TextBox runat = "Server" ID = "txt" ></asp:TextBox><asp:LinkButton runat = "Server" ID = "button" onclick="Click" >Search</asp:LinkButton&
阅读全文
摘要:1。首先是基本原理,比如说是life cycle,数据库操作等。2。实际项目的实践,前一阶段的工作在这个阶段检验,好像做个网站没有想象的那么简单。3。研究实际的案例和开源框架,到这里才明白,原来网站这么的做的,好像是没有那么难啊。简单的写写,记录在实际项目中的感悟。于2010-5-30晚,俱乐部。
阅读全文
摘要:控制面板 --事件查看器 --右键点击“应用程序”然后“清空所有事件”
阅读全文
摘要:http://technet.microsoft.com/en-us/library/ms191165.aspx USE AdventureWorks2008R2; GO IF OBJECT_ID(N'dbo.ufnGetContactInformation', N'TF') IS NOT NULL DROP FUNCTION dbo.ufnGetContactInformation;...
阅读全文
摘要:contact me -> xq.1990.weihai@gmail.com http://cid-f41b44b9285d0b86.spaces.live.com/blog/cns!F41B44B9285D0B86!542.entry
阅读全文