-
使用.net ,编程选择按钮,只有选择一个,运行在SQL 2008环境
使用.net ,编程选择按钮,只有选择一个,运行在SQL 2008环境-Use. Net, programming selection buttons, and only choose one, run in SQL 2008 environment,
- 2022-05-23 01:06:38下载
- 积分:1
-
这是罗斌编写的VC2005编程技巧大全的源代码(5),共5部分,183MB。...
这是罗斌编写的VC2005编程技巧大全的源代码(5),共5部分,183MB。
-This is a Luo VC2005 prepared programming skills Guinness source code (5), a total of 5, 183MB.
- 2022-04-10 01:08:42下载
- 积分:1
-
excel转成xml
可连接数据库并读取数据列,支持三种数据库(mysql、sqlserver、oracle)
支持excel 直接转成xml;
支持listbox 拖拽到textbox 多文本中指定位置
- 2023-08-16 12:50:05下载
- 积分:1
-
Async
在ASP。 网络使我们能够从服务器获取信息而不刷新整个页面。这可以很方便当你有大,图形密集型、页面或如果服务器端验证需要一场提交之前,整个页面。注意,在我的例子说明模型的下拉列表中重新每次选择的项列表开始改变了。为国家的信息将从服务器列表,选中项的状态列表是改变。为该地区的信息列表将从服务器但注意,列表是唯一一项页面刷新。其余的页面内容是保留在原处,结果在一个更流畅的用户体验。也快于刷新整个页面,只有信息列表发送回客户端,而不是整个页面。(In ASP. Network enables us to get information from the server without refreshing the entire page. This can be very handy when you have a large, graphics-intensive, page, or if you need a server-side validation before submitting the entire page. Note that in my example illustrates the model dropdown list of items each selection again began to change. For the country' s information from the server list, select the item status list is changed. List of information in the region from the server but note that the list is the only one page refresh. The rest of the page content is left in place, resulting in a smoother user experience. Is also faster than refreshing the entire page, only information list is sent back to the client, rather than the entire page.)
- 2013-05-30 12:20:41下载
- 积分:1
-
《Visual C# + SQL Server数据库开发与实例》一书源代码
《Visual C# + SQL Server数据库开发与实例》一书源代码-" Visual C#+ SQL Server database development and examples," a book source code
- 2022-08-17 10:18:54下载
- 积分:1
-
xml-write
c# .net ,使用XmlDocument,实现xml的写入。(c#. net, using XmlDocument, implement xml writes.)
- 2013-09-28 16:40:21下载
- 积分:1
-
ASP.NET的开源项目
它是由开发的基于web的软件的源代码ASP.netC#通过网站管理代理机构。
- 2022-07-10 22:11:37下载
- 积分:1
-
图像格式转换程序
翻译 maninwest@Codeforge 作者:Mohd Arshad (Sam)@CodeProject 有时需要更改上传图片的格式。通常我们会给用户提供上传任意格式图片的自由,然后处理为单一的 .jpg.格式。 .NET 为此需求提供扩展支持。.NET 支持的常见格式有.BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF 和 .WMF.使用代码在演示程序中,我在根目录下放置了2 个空文件夹。一个用于存放原始文件,另一个存储转换后的文件。Default.aspx 页上有个FileUpload 控件,通过此控件用户可以上传.JPG, .PNG 和 .BMP 格式的图片。有一个DropDownList,用户可以从中选择结果图像格式。有个按钮,单击后显示已经处理的图像要让程序运行,首先需要添加 3 个命名空间,提供使用 ‘Path’, ‘Bitmap’ 和‘ImageFormat’ 类的授权。命名空间为:using System.IO;
using System.Drawing;
using System.Drawing.Imaging;以下为负责图像处理的按钮的句柄函数:protected void btnResults_OnClick(object sender, EventArgs e)
{ if (Page.IsValid && fpImage.HasFile)
{ string tmpName = Guid.NewGuid().ToString();
fpImage.SaveAs(MapPath("~/Original Images/" +
- 2022-05-17 17:41:32下载
- 积分:1
-
静态编排文件夹1122
非常不错的自定义甘特图界面,非常值得需要的人借鉴,和初学者学习(A very good custom Gantt chart interface, very worthwhile for people to learn from, and beginners to learn.)
- 2018-01-15 21:01:10下载
- 积分:1
-
Foundations_of_CPlusPlus-CLI
说明: 說明在.NET 3.5中,Visual C++的資料型態及使用(Indicate. NET 3.5 in, Visual C++ data types and use of)
- 2010-04-19 15:17:45下载
- 积分:1