Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > BOOK: Professional ASP.NET 4 : in C# and VB
|
BOOK: Professional ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Professional ASP.NET 4 in C# and VB by Bill Evjen, Scott Hanselman, Devin Rader; ISBN: 9780470502204
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 9th, 2011, 11:11 PM
Registered User
 
Join Date: May 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to delete rows based on three fields on Gridview.

Hello all,

I have a GridView that displays the sample data as following:

Category | Title | Grade

==============================

Math | Algebra | 6

Math | Geometry | 5

Math | Algebra | 4

Reading | Basic | 5

There are no duplicate records. I would like to put a checkbox for select rows. Is it any solution to obtain values of category, book and grade of each row with checkbox marks and pass them to stored procedure parameters: ParamCategory, ParamTitle, ParamGrade for deletion in the backend. I believe that we can get values of one specific row with checkbox mark. Any suggestions or comments how to solve are really appreciated. If possible to give me a sample codes soon, thanks in advance.

Last edited by atp2k3; April 9th, 2011 at 11:13 PM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
select the group of rows based on the three XML fields and with these conditions. CCPuser XSLT 3 October 22nd, 2010 09:11 AM
select the group of rows based on the three XML fields and with conditions. CCPuser BOOK: XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition ISBN: 978-0-470-19274-0 1 October 22nd, 2010 09:06 AM
Formatting the GridView Rows Based on the Underlying Data nelper703 ASP.NET 3.5 Professionals 6 April 24th, 2009 04:27 PM
Get GridView Cell Value Based on GridView Column stublair C# 2008 aka C# 3.0 0 September 4th, 2008 08:30 AM
delete rows miguel.ossa C# 1 August 26th, 2004 12:58 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.