ASP.net , C#, and VB.net , and Java, and SQL

coding and testing

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页

2010年6月24日 #

摘要: <asp:Button ID="btn" runat="server" OnClick="btnView_Click" CausesValidation="true" Text="Search" /><asp:gridview id="gv" allowpaging="true" allowsorting="true"runat="server" autogeneratecolu... 阅读全文
posted @ 2010-06-24 16:30 mr liao 阅读(207) 评论(0) 推荐(0) 编辑

2010年6月13日 #

摘要: the thing is happen two year ago, Linq to SQL Dead, Ever since the release of the Entity Framework and the Linq to SQL team's move to the ADO.net team we have bean hearing about Linq to SQL being dead... 阅读全文
posted @ 2010-06-13 16:25 mr liao 阅读(248) 评论(0) 推荐(0) 编辑

摘要: Reference:http://msdn.microsoft.com/en-us/library/ee845452(v=VS.100).aspx http://www.asp.net/Dynamicdata 阅读全文
posted @ 2010-06-13 11:29 mr liao 阅读(229) 评论(0) 推荐(0) 编辑

2010年6月12日 #

摘要: Another one called ExtAspNet.This one for .Net frameWork 3.5 Opensource and freeThis guy(2) may be is author of theUI control.reference: (1) http://extaspnet.codeplex.com/ (2) http://sanshi.cnblogs.co... 阅读全文
posted @ 2010-06-12 17:14 mr liao 阅读(188) 评论(0) 推荐(0) 编辑

摘要: This Company offer lots of good UI control for .NET.such as Web.UI for Asp.Net AJAX, Web.UI for Asp.Net MVC, Web.UI for Silverlight, Web.UI for WPF, SOA.UI for .NET.reference: http://tinyurl.com/ca... 阅读全文
posted @ 2010-06-12 15:06 mr liao 阅读(749) 评论(0) 推荐(0) 编辑

摘要: SQL Execution ErrorError Message: Execution of user code in the .net Framework is disabled. Enable "clr Enabled" configurartion option.Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->sp_configure'clrenabled',1GORECONFIGUREGOThe S 阅读全文
posted @ 2010-06-12 10:33 mr liao 阅读(447) 评论(0) 推荐(0) 编辑

摘要: Here is one wayto Overwrite a UserControl.代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicclassControlName:DropDownList/Image/button/.......{... 阅读全文
posted @ 2010-06-12 09:56 mr liao 阅读(227) 评论(0) 推荐(0) 编辑

2010年6月11日 #

摘要: Aim : Add Ajax functionality to your ASP.NET Web Forms applications without writing JavaScript.The Ajax Control Toolkit contains a rich set of controls that you can use to build highly responsive and ... 阅读全文
posted @ 2010-06-11 17:49 mr liao 阅读(177) 评论(0) 推荐(0) 编辑

摘要: Validation groups allow you to organize validation controls on a page as a set.Each validation group can perform validation independently from other validation groups on the page代码Code highlighting pr... 阅读全文
posted @ 2010-06-11 13:17 mr liao 阅读(311) 评论(0) 推荐(0) 编辑

2010年6月4日 #

摘要: FUNCTION [dbo].[GetLectureNameByLectureID](@ID int)RETURNS varchar(256)ASBEGIN-- Declare the return variable hereDECLARE @selectname varchar(256),@NAME varchar(256); Declare cursor_selectname cursor f... 阅读全文
posted @ 2010-06-04 09:09 mr liao 阅读(126) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 下一页