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

I need my GridView as

R1----->ET1 ET2 ET3 ET4 ET5 ET6 B1
ET1 ET2 ET3 ET4 ET5------->(After clicking button B1)

R2----->ET1 ET2 ET3 ET4 ET5 ET6 B2
ET1 ET2 ET3 ET4 ET5------->(After clicking button B2)

R3----->ET1 ET2 ET3 ET4 ET5 ET6 B3
------->(Not shown up if user not clicking button)


Here
R - Rows
ET - Editable Textboxes
B - Button




How can i do that with ASP.NET Gridview ??
or
Is there any specific tools to bind inside with GridView row ?

I saw examples of repeater control but i cannot find it as with editable textboxes, all examples are just showing the details(without edit) under grid row.
Posted
Updated 5-Mar-12 4:14am
v2
Comments
Mahmud Hasan 29-Feb-12 10:26am    
Did you try adding your text boxes in EditItemTemplate of th GridView?
J.Karthick 29-Feb-12 12:31pm    
But i didn't need Edit template... i need to Extend my row, inside that i need to include properties for that particular row

1 solution

You need to write the customised GridView control by extending the exisiting .NET framework control. MSDN magazine article has the details at: http://msdn.microsoft.com/en-us/magazine/cc163612.aspx[^]
 
Share this answer
 
Comments
J.Karthick 7-Mar-12 10:17am    
Thanks for your link....i'll check it out

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