上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 341 下一页
摘要: 为 ajaxToolkit:AutoCompleteExtender 传递3个参数: string prefixText, int count, string contextKey 。IntroductionThis article explains the concept of the Ajax AutoComplete Textbox to fetch data from the database with additional parameter.A Textbox can be integrated with the Ajax AutoComplete Extender to perf 阅读全文
posted @ 2009-07-16 18:23 emanlee 阅读(857) 评论(0) 推荐(0)
摘要: Change the back color of the expanded row and the collapsed rows.   protected void RadGrid1_ItemCommand(object source, Telerik.Web.UI.GridCommandEventArgs e)     {   &... 阅读全文
posted @ 2009-07-16 13:06 emanlee 阅读(1214) 评论(0) 推荐(0)
摘要: What I wanted to do is using the autocomplete, search a receiver table, once a user selected a particular item in the autocomplete, the ReceiverID of the particular item is then somehow passed through to the code behind, and this ReceiverID is then used to display the receiver details in a panel bel 阅读全文
posted @ 2009-07-16 13:05 emanlee 阅读(1031) 评论(0) 推荐(0)
摘要: ================================= ASPX - like HierarchyExpandCollapseOnDoubleClick_WebUI.ziphttp://www.telerik.com/community/code-library/aspnet-ajax/grid/expand-collapse-hierarchy-with-ajax-request-o... 阅读全文
posted @ 2009-07-16 13:05 emanlee 阅读(3526) 评论(0) 推荐(0)
摘要: 操作RadGrid1并且有PostBack时,如果RadAjaxLoadingPanel1不出现,要检查以下设置是否正确: <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">         &#... 阅读全文
posted @ 2009-07-16 13:04 emanlee 阅读(565) 评论(0) 推荐(0)
摘要: 转自:http://www.livelog.org/article.aspx?id=2 .Text http://www.telligentsystems.com/Solutions/Forums/ 多用户 ASP.NET 1.1 SQL Server 2000 开源 更新情况: 英文原版已经并入Community Server。博客园(http://cnblogs.com )基于.Text构建... 阅读全文
posted @ 2009-07-15 22:33 emanlee 阅读(3976) 评论(0) 推荐(0)
摘要: Programmatically Modify Site-Map Nodes in Memory  (asp.net:  update/change SiteMapNode’s URL) private SiteMapNode ExpandForumPaths(Object sender, SiteMapResolveEventArgs e)    ... 阅读全文
posted @ 2009-07-15 17:48 emanlee 阅读(250) 评论(0) 推荐(0)
摘要:   1 Strart Menu开始菜单 – Run运行 2 输入DComCnfg,确定OK 3 选择 Component Services – Computer – My Computer – DCOM Config 4 选择 Microsoft Excel Application, 右击Right Click -属性Properties 5 选择 Security Tab – ... 阅读全文
posted @ 2009-07-14 11:12 emanlee 阅读(2890) 评论(0) 推荐(0)
摘要:   iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform. iText# is a library that allows you to generate PDF files on the fly. It is im... 阅读全文
posted @ 2009-07-13 22:59 emanlee 阅读(519) 评论(0) 推荐(0)
摘要: public class XmlControl { protected string strXmlFile; protected XmlDocument objXmlDoc = new XmlDocument(); public XmlControl(string XmlFile) { // // TODO: 在这里加入建构函式的程序代码 // try { objXmlDoc.Load(XmlFi... 阅读全文
posted @ 2009-07-13 19:03 emanlee 阅读(1199) 评论(0) 推荐(0)
上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 341 下一页