Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Professional
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional 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 September 21st, 2008, 01:19 PM
Registered User
 
Join Date: Sep 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default dynamically add a new row to a existing GridView


Hi All,

 Using the GridView i display AvailableLocation(textbox),Products(dropdown),Stat us(Check box).On click of "Add New Row" button,new empty row should be displayed as the first row in the grid and the existing rows will follow the new row.User keyins the textbox value,selects a value from the dropdown,and checks the Check box and Saves the new row.How do i dynamically add a new row to a existing GridView.

Regards
Kris
 
Old September 21st, 2008, 09:15 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

To my knowledge you can't really add rows to the display control. What you need to do is add a new item to the datasource and rebind the display control. This will in affect display the "new" row because you have fabricated a new blank entry in your data source. It appears to the display control no differently than an existing item aside from the fact that it's empty.

-Peter
compiledthoughts.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Add a new record between two existing records hsncompany BOOK: Beginning Access 2003 VBA 0 April 13th, 2008 03:36 PM
Problem with Adding a new row to an existing datag cesemj ASP.NET 2.0 Basics 5 December 6th, 2007 02:37 AM
How to add fields to an existing table using VBA donrafeal Access VBA 3 March 22nd, 2006 06:11 PM
Add an attribute to existing table peter_budo SQL Language 9 April 24th, 2005 01:35 PM
insert new row and merge with existing merged cell funkyProgrammer Excel VBA 1 February 9th, 2004 10:58 AM





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