Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to bind values to textbox from datalist after saving data into the database, without using onitemcommand event
Posted

1 solution

If you embed a datalist in a gridview, then the onitembound event is really the best way to do it. Why don't you want to use the one method that makes this possible ? You need to explain your reasons, with some code.
 
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