Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
eed to reduce the value for runtime in gridview in asp.net


i have bind the value as billamount in grid and i have the textbox and i enter the value in runtime i need the output in the grid.







Name Date billamount
Celv 14/4/15 15000
celv 25/4/15 25000








Now In runtime am giving amount as 20000 .

Name Date Billamount
Celv 14/4/15 15000 20000 5000
Celv 25/4/15 25000 5000 20000




I need to reduce the amount 5000 for the next date in asp.net
Posted
Comments
Suvendu Shekhar Giri 17-Apr-15 6:07am    
More information & clarity in question required. Share what have you tried so far.

1 solution

am show the data in gridview. and i need to reduce the billamount in runtime am giving the amount for the first bill 20000 but the billamount is 15000.

now i need to reduce the 20000-15000 =5000 . i show the 5000 is in the textbox is in the gridview . now i need to reduce the remaining 5000 for the next bill automatically
(25000-5000=20000 for the second bill)
 
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