Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a grid view which has a cell contains real value when user enters value then it is displayed into a textbox on key press event and when user ends of entering value in first row and goes into second row then at key press event addition is displayed into a textbox and when user press backspace or delete button on any row then that value is substracted and new value is dispalyed into a textbox
how to do this plz help me
Posted
Comments
postonoh 11-Feb-11 16:23pm    
Just to try in understand.

You want to add when user press the enter key.
Answer to display in a text box.
Also if user press the backspace the backspace remove data in the cell only
but when press delete key it delete the row and subtract value.

1 solution

See my solution to your other question.[^] Someone uni-voted it, but the solution is valid. In the future, to clarify a question, just click the Improve Question button, don't post the same question twice.
 
Share this answer
 
Comments
girish sonje 13-Feb-11 11:08am    
thank u Sir it is working according to need
JOAT-MON 14-Feb-11 18:23pm    
Good deal! Please consider voting for the solution and marking it as the 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