摘要: Complete C# code: ---------------- using System; using System.ComponentModel; using System.Configuration; using System.Web.UI; using System.Web.UI.WebControls; namespace CustomGridView { /// /// Su... 阅读全文
posted @ 2009-02-15 19:23 阿新 阅读(645) 评论(0) 推荐(0) 编辑
摘要: In this article I will be discussing how you can use client side javascript to access values in specified row and column of GridView control without doing any post back. I have discussed in my previou... 阅读全文
posted @ 2009-02-15 19:09 阿新 阅读(420) 评论(0) 推荐(0) 编辑
摘要: In my previous post which was relating to implementing dialog box in web based application, I have provided some examples to popping up a dialog box using showModalDialog javascript function. In that ... 阅读全文
posted @ 2009-02-15 18:52 阿新 阅读(369) 评论(1) 推荐(0) 编辑
摘要: Introduction GridView is a new data bound control introduced by Microsoft in Visual Studio .NET 2005. Most of the operations like sorting, paging and selecting items from the GridView are already bui... 阅读全文
posted @ 2009-02-15 18:46 阿新 阅读(405) 评论(0) 推荐(0) 编辑
摘要: Introduction This article shows a modal popup dialog window which passes and returns multiple parameters. This sample creates parent and child webforms. The child webform is called modally by the par... 阅读全文
posted @ 2009-02-15 18:22 阿新 阅读(576) 评论(0) 推荐(0) 编辑
摘要: Pass Multiple Values from a GridView to Another Page using ASP.NET A common requirement in our projects is to select a GridView row and pass multiple values of the selected row to another page. I r... 阅读全文
posted @ 2009-02-15 17:24 阿新 阅读(756) 评论(0) 推荐(0) 编辑
摘要: Using ASP.NET and jQuery to Pass Multiple Values from a GridView to Another Page In one of our previous article Pass Multiple Values from a GridView to Another Page using ASP.NET, we had seen how t... 阅读全文
posted @ 2009-02-15 17:22 阿新 阅读(559) 评论(0) 推荐(0) 编辑