Click here to Skip to main content
16,021,115 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an asp:Listview control in my application.For editing, i used a LinkButton(set its commandname property as Edit).When running the application itemedit() fired only when clicking on the edit button twice.i also try the same code in itemcommand() ,that also produce me the same issue.Anyone please help me.
Thanks in advance...........
Posted
Comments
pradiprenushe 6-Aug-12 3:58am    
paste your listview bind code. You sequence of binding & editing is not correct.
AshishChaudha 6-Aug-12 5:23am    
share your code to help you better.

1 solution

On click of ListView items set the EditIndex as -1 and bind the listview again.


--Amit
 
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