Click here to Skip to main content
15,920,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to get GridView Bound filed column values in the Gridview_Rowupdating event..?

My code is below.
----------------
ASP.NET
<asp:BoundField HeaderText="Designation" DataField="emp_name"
                                                                    ItemStyle-HorizontalAlign="left" ReadOnly="true" SortExpression="emp_designation">
                                                                    <itemstyle horizontalalign="left" width="17%" />



Protected Sub grdNewHire_RowUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles grdNewHire.RowUpdating
dim emp_name as string = '''Here i need to display the emp_name bound values.
End sub
Posted
Updated 29-Jul-11 2:00am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900