Click here to Skip to main content
15,908,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to update a gridview row. While editing I want to change the data of a textbox inside the GridView. This value should be selected by a number picker outside the gridview. I created the number picker using buttons. So while clicking on the edit button, the number picker will be shown. Then we select the numbers. The textbox value should be changed while selecting each button. For that I want to take the textbox value outside the gridview. Is their any methods to take the textbox outside gridview?
Thank you...
Posted
Updated 30-Oct-12 3:38am
v2

1 solution

follow these steps

1. Datatable dt = new datatable()
connect it to datagriview
2.binding the gridgridview to outside text box
3. when text box validate outside refrersh the datagridview
4. dt.clear()
5. bind datagridview

hope this help
 
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