Wrox Programmer Forums
|
BOOK: Beginning ASP.NET Databases Also see the forum ASP Databases for more general discussions of ASP database issues not directly related to these books.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET Databases 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 December 17th, 2008, 03:37 AM
Registered User
 
Join Date: Dec 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Editing Gridview Column

Hi Everybody,

I have an code for editing gridview column with EditItemTemplate. But i need a code for editing column value without EditItemTemplate.

My second doubt is,

How to bind columns without give column name.
my code is,
<Columns>
<asp:TemplateField>
<ItemTemplate><%#Eval("column1")%></ItemTemplate>
</asp:TemplateField>
</Columns>


How to bind column without giving column name?


Thank you in advance,


Warm Regards,
Murugan.,





Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing all GridView rows Abbas ASP.NET 2.0 Professional 4 March 3rd, 2012 02:19 PM
GridView Column Editing snufse ASP.NET 2.0 Basics 4 December 15th, 2008 08:59 AM
how can i do in place editing in gridview barunvicky BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 1 September 7th, 2007 10:55 AM
editing and updating a gridview sarah lee ASP.NET 2.0 Basics 2 December 22nd, 2006 05:45 AM
Editing all GridView rows Abbas C# 2005 0 November 29th, 2006 03:52 PM





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