I have a gridview, gridview binding changes on menu item and depending on that textboxes are enabled and disabled
Scenario: I had a approval screen which had a two button Approve and Approva all
When i click on Approve button i get the textbox control in gridview and get the text
but when i click on Approve all i am able to get the textbox control but text property is showing null
Please provide me a solution