网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 论文源代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > ASP.net > 正文

另类的ASP.NET快速开发架构体系

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/01/05
files/uploadimg/20120227/1016221.png" />
引用Moon.Orm和Moon.Web库

//-------------------------------------加入脚本库到根目录

498)this.width=498;'' onmousewheel = ''javascript:return big(this)'' border="0" alt="" width="179" height="135" src="http://images.myeducs.cn/files/uploadimg/20120227/1016222.png" />

//-----------------------------------页面开发

html结构

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Web.WebForm1" %> 
  2.    
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  4. <html xmlns="http://www.w3.org/1999/xhtml"> 
  5.     <head> 
  6.         <title>model加载和数据更新</title> 
  7.         <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
  8.          <script type="text/javascript" src="Scripts/jquery-1.6.2.min.js"></script> 
  9.             <script type="text/javascript" src="Scripts/Qin.Engine.js"></script 
  10.          <script> 
  11.               var pID=-1;  
  12.              $(function () {  
  13.                  Qin_LoadDataToDom2("Web.UserInfoAction", "GetUserInfo", {}, "form_UserInfo",function(data){  
  14.                      alert(data.A);  
  15.                      pID=data.A;  
  16.                  });  
  17.                    
  18.              });  
  19.              function AjaxUpdateUserInfo() {  
  20.                  var ID =pID;  
  21.                     _TableName="PersonSet";  
  22.                  Qin_AjaxUpdate("Web.UserInfoAction", "AjaxUpdateUserInfo", "form_UserInfo", "ID", ID, {  }, function (data) {  
  23.                      alert("主键为"+data+" update success");  
  24.                  });  
  25.              }  
  26.          </script> 
  27.     </head> 
  28.     <body> 
  29.           <form id="form_UserInfo"  >   
  30.               <input id="keyID" class="Key" field="ID" type="hidden" />        
  31.                 <table style="width: 100%;"> 
  32.                 <tr> 
  33.                     <td> 
  34.                         姓名:  
  35.                     </td> 
  36.                     <td>   
  37.                         <input field="UserName" type="text" /> 
  38.                     </td> 
  39.                 </tr> 
  40.                 <tr> 
  41.                     <td> 
  42.                         性别  
  43.                     </td> 
  44.                     <td> 
  45.                         <input name="Sex" field="Sex" value="true" type="radio" /><input name="Sex" field="Sex" 
  46.                             value="false" type="radio" />女  
  47.                     </td> 
  48.                 </tr> 
  49.                 <tr> 
  50.                     <td> 
  51.                         年龄  
  52.                     </td> 
  53.                     <td> 
  54.                         <input field="Age" type="text" /> 
  55.                     </td> 
  56.                 </tr> 
  57.                  <tr> 
  58.                     <td> 
  59.                         北京户口  
  60.                     </td> 
  61.                     <td> 
  62.                         <input field="IsBeiJing" type="checkbox"   /> 
  63.                     </td> 
  64.                 </tr> 
  65.                  <tr> 
  66.                     <td> 
  67.                         年龄段  
  68.                     </td> 
  69.                     <td> 
  70.                          <select field="AgePeriod"><option value="1">老年人</option><option value="2">中年人</option><option value="3">年轻人</option></select> 
  71.                     </td> 
  72.                 </tr> 
  73.          
  74.     </table> 
  75.     <input type="button" onclick="AjaxUpdateUserInfo();" value="更新用户数据" /> 
  76.     </form> 
  77.     </body> 
  78. </html> 

网学推荐

免费论文

原创论文

设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号