I have 4 columns in my 'MySQL' database. I am displaying these 4 columns on grid view and along with them I need to display 2 additional columns that will be used to perform operations on these 4 columns of database.
For e.g in one of the additional columns a text box should appear that will only numeric value as input and subtract that value from one of the columns of the database. please help me out
Your Answer