Click here to Skip to main content
15,884,838 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a datalist with one radio button list and one text box and for its source i am using database (on item data bound ), so its creating 6 rows (on based from database).
a user have to enter through these radiobutton list and textboxes and i want to save it on run time using findcontrol, in my case its finding datalist control and all controls but not finding values the user entering, how to achieve it ?

plz guide me a bit
Posted

1 solution

Are you data binding before the event that is firing ( that is, in page load ) ? If so, you're erasing the data that was entered.
 
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