Hi i have a requirement where i m binding assignment questions using repeater control and then using literal control in item template(E.g:Text='<%#Eval("questions")>%')
Now
I want text-boxes to be created dynamically next to these questions so that user can answer, based on number of questions in database.. how do this? Please provide the solution.