知识大全 用ASP.NET写你自己的代码生成器

Posted

篇首语:真正的知识是道德。本文由小常识网(cha138.com)小编为大家整理,主要介绍了知识大全 用ASP.NET写你自己的代码生成器相关的知识,希望对你有一定的参考价值。

用ASP.NET写你自己的代码生成器  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!

  最近写实体类集合类控制类什么的太 类 了 因此就花了点时间写了个代码生成器 与大家共享!  FRMMAIN ASPX  <%@ Page language= c# Codebehind= FrmMain aspx cs AutoEventWireup= false   Inherits= Web_Test FrmMain %>  <!DOCTYPE HTML PUBLIC //W C//DTD HTML Transitional//EN >  <HTML>     <HEAD>        <title>FrmMain</title>        <meta name= GENERATOR Content= Microsoft Visual Studio >   <meta name= CODE_LANGUAGE Content= C# >        <meta name= vs_defaultClientScript content= JavaScript >        <meta name= vs_targetSchema content= >     </HEAD>     <body MS_POSITIONING= GridLayout >        <form id= FrmMain method= post runat= server >        <asp:TextBox id= txtServerName runat= server Font Size= pt Design_Time_Lock= True > </asp:TextBox>            <asp:Label id= Label runat= server Width= px Height= px Font Size= pt Design_Time_Lock= True >数据库列表</asp:Label>            <asp:Label id= Label runat= server Width= px Height= px Font Size= pt Design_Time_Lock= True Visible= False >字段名</asp:Label>

  <asp:Label id= Label runat= server Width= px Height= px Font Size= pt Design_Time_Lock= True >表名</asp:Label>        <asp:Button id= Button runat= server Width= px Text= GetTable Font Size= pt Design_Time_Lock= True ></asp:Button>  <asp:Label id= Label runat= server Width= px Height= px Font Size= pt Design_Time_Lock= True >密码</asp:Label>        <asp:Label id= Label runat= server Width= px Height= px Font Size= pt Design_Time_Lock= True >用户名</asp:Label>        <asp:Label id= Label runat= server Width= px Height= px Font Size= pt Design_Time_Lock= True >服务器名</asp:Label>            <asp:TextBox id= txtPassword runat= server Font Size= pt BackColor= Transparent ForeColor= Black BorderColor= White Design_Time_Lock= True ></asp:TextBox>            <asp:TextBox id= txtUserName runat= server Font Size= pt Design_Time_Lock= True >sa</asp:TextBox>

  <asp:DropDownList id= DropDownList runat= server Width= px AutoPostBack= True Font Size= pt  Design_Time_Lock= True ></asp:DropDownList>          <asp:DropDownList id= DropDownList runat= server Width= px Height= px Font Size= pt Design_Time_Lock= True Visible= False ></asp:DropDownList>          <asp:Button id= Button runat= server Width= px Text= GetDataBase Design_Time_Lock= True ></asp:Button>          <asp:DropDownList id= DropDownList runat= server Width= px Height= px Design_Time_Lock= True ></asp:DropDownList>          <asp:Button id= Button runat= server Width= px Text= 生 成 Design_Time_Lock= True Visible= False ></asp:Button>          <asp:TextBox id= txtLayOut runat= server Width= px Height= px TextMode= MultiLine BackColor= Ivory Design_Time_Lock= True ></asp:TextBox>          <asp:Button id= Button runat= server Height= px Width= px Text= 实体类 Design_Time_Lock= True ></asp:Button>

  <asp:Button id= Button runat= server Width= px Text= Test Height= px Design_Time_Lock= True Visible= False ></asp:Button>         <asp:Button id= Button runat= server Height= px Width= px Text= 集合类 Design_Time_Lock= True Visible= False ></asp:Button>          </form>          </body>          </HTML> cha138/Article/program/net/201311/12535

相关参考

知识大全 asp.net自动生成姓名拼音的代码

cha138/Article/program/net/201311/14325

知识大全 asp.net生成缩略图及给原始图加水印

生成缩略图及给原始图加水印代码如下cha138/Article/program/net/201311/11730

知识大全 asp.net生成6位随机码

   C#代码      <%@PageLanguage=C#%>  &nbs

知识大全 Asp.Net用OWC操作Excel的实例代码

Asp.Net用OWC操作Excel的实例代码  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!这篇文

知识大全 用ASP.NET MVC源代码寻找解决方案

用ASP.NETMVC源代码寻找解决方案  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  ASPN

知识大全 asp.net用代码压缩服务器上文件夹或文件

cha138/Article/program/net/201311/14328

知识大全 asp.net 手机号码所在地查询实现代码

  用浏览器打开手机号码查询的网站同以上步骤找到他调用的地址最后编写代码如下  代码如下usingSystem;usingSystemWindowsForms;usingSystemXml;names

知识大全 编程ASP.NET的几个技巧

编程ASP.NET的几个技巧  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  把生成图片的代码放在

知识大全 ASP.NET生成静态网页的方法

ASP.NET生成静态网页的方法  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  ASPNET生成

知识大全 ASP.NET学习笔记之.net代码技巧

ASP.NET学习笔记之.net代码技巧  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  一usi