摘要:
Complete C# code: ---------------- using System; using System.ComponentModel; using System.Configuration; using System.Web.UI; using System.Web.UI.WebControls; namespace CustomGridView { /// /// Su... 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文