Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking 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 Basics 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 June 20th, 2006, 07:57 AM
Authorized User
 
Join Date: Jan 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default edit gridview

Hi ,
    I have one doubt regarding gridview edit operation.

    I want to execute a javascript validation before the user hits on the update link. how will I achive that?

    If u have any idea,pls let me know.



<asp:GridView ID="dgDesignation" runat="server" Width="463px" AutoGenerateColumns="False"
         DataKeyNames="ID" AllowPaging=True PageSize=15 Height="138px"
        >
            <Columns>
                <asp:BoundField HeaderText = "Designation" DataField="Designation" />
                <asp:CommandField ShowEditButton="True" />
                <asp:TemplateField>
                <ItemTemplate>
                <asp:LinkButton ID="lnkDelete" CommandName="Delete" runat="server">Delete</asp:LinkButton>
                </ItemTemplate>
                </asp:TemplateField>
            </Columns>
            <HeaderStyle CssClass="tblFormHeaders" />
            <AlternatingRowStyle BackColor="White" />
        </asp:GridView>

Thanks,
Anurag






Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Gridview to Edit NOT DetailsView ? kalel_4444 BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 December 4th, 2008 11:36 PM
Can not Edit gridview having TemplateField coolcoder2007 .NET Framework 2.0 4 March 6th, 2008 06:36 AM
GridView edit problem mike72 ASP.NET 2.0 Basics 8 January 3rd, 2007 07:59 PM
edit item in gridview al-hijjawi Visual Studio 2005 0 December 27th, 2006 03:20 PM
edit gridview anurag_ur ASP.NET 2.0 Basics 3 June 21st, 2006 03:21 AM





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