Click here to Skip to main content
15,914,446 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir i want when i update the value in grid view than updating row colour change in asp.net c#
Posted
Comments
agent_kruger 27-Nov-13 5:48am    
change your tag to asp.net not .net

1 solution

Refer here
http://stackoverflow.com/questions/7819638/how-to-change-the-gridview-row-colors-in-onclick-event-in-javascript[^]
http://www.dotnetfunda.com/forums/show/15344/how-to-change-the-gridview-row-color-in-aspnet[^]
Changing the color of a row in a GridView in ASP.NET[^]

These links would give you some idea on how to change the row color in GridView. Basically you need to have some idea to make this work for you in your case. You must know to get the updated row id in order to change the updated row color.
 
Share this answer
 

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