Click here to Skip to main content
15,885,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had an ASP.net Grid view in that i had three columns two are Item Template with Text box column and one is Item Template with Label column. when i change the value of textbox1 i need to change the value of textbox2 and label columns dynamically
Posted
Comments
Prasad Avunoori 6-May-14 5:51am    
Do you want to get the data from Database for that?
Ganapathy Mano 6-May-14 5:54am    
yes, on load i retrieve data from the database to the two text box column and one label column
Then attach onchange event handler for that TextBox. What is the exact issue?
Rahul VB 7-May-14 5:55am    
i agree....

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