读书人

jquery easyui 在asp.net中如何用

发布时间: 2012-09-09 09:27:54 作者: rapoo

jquery easyui 在asp.net中怎么用
引用都正确,但不显示效果,求解

HTML code
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.NewFolder1.WebForm1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">    <title>ComboBox - jQuery EasyUI Demo</title>    <link rel="stylesheet" type="text/css" href="../themes/default/easyui.css">    <link rel="stylesheet" type="text/css" href="../themes/icon.css">    <script type="text/javascript" src="../jquery-1.7.1.min.js"></script>    <script type="text/javascript" src="../jquery.easyui.min.js"></script></head><body>    <input class="easyui-combobox" name="language" url="combobox_data.json" valuefield="id"        textfield="text" multiple="true" panelheight="auto"></body></html>



[解决办法]
JSON文件需要在IIS中配置好才行的!

读书人网 >asp.net

热点推荐