Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Required code is in C#

Employee Id	Employee Name	Employee Address	Select

1	          Sanjiv	   mumbai	         Link Button(Edit)
2	          Santosh	   Kolkata	         Link Button(Edit)
3	          abcd	           wewewe	         Link Button(Edit)
4	          ererer	   trtrt	         Link Button(Edit)
5	          Akaash	   Delhi	         Link Button(Edit)
7	          Kunal	           Noida	         Link Button(Edit)
10	          ererer	   hjhjhjj	         Link Button(Edit)

this is output of my grid view, fields are employee id, employee name,employee adress. and select is the item template header name.

in item item template one link button is inserted and its name is Edit.
when i click on Edit, then all values like 1, sanjiv, mumbai is shown in different textbox.

when click on Edit all fields value will show on textbox controls or label controls.

[edit]Code block added - OriginalGriff[/edit]
Posted
Updated 23-Mar-12 22:40pm
v2
Comments
OriginalGriff 24-Mar-12 4:40am    
And what is your problem?
What have you tried?
Where are you stuck?

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