摘要: 这章内容比较简单,直接上页面代码:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Recipe6.aspx.cs" Inherits="Recipe6" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" 阅读全文
posted @ 2012-01-12 21:27 PyCoder 阅读(754) 评论(1) 推荐(0) 编辑
摘要: 这章我们主要看下如何通过jQuery来获取CheckBoxList成员内容。界面代码:<form id="form1" runat="server"> <div align="left"> <fieldset style="width: 400px; height: 150px"> <p> 请选择语言</p> <asp:CheckBoxList ID="ckbListPro" runat="server"> 阅读全文
posted @ 2012-01-12 21:21 PyCoder 阅读(897) 评论(0) 推荐(0) 编辑