Help in creating User control
-
Hi i have to create a User control in which textboxes are created dynamically from the database and also save the data which is in textboxes can anyone help
My friend, you will need to read about User Controls and Page Life cycle as well in order to create your dynamic controls at runtime, not hard if you got the idea right, and I believe CP has some articles on creating dynamic controls at runtime in asp.net, for saving the data I don't see this as an issue ... it will be as just any other static user control.
Sincerely Samer Abu Rabie Note: Please remember to rate this post to help others whom reading it.
-
Hi i have to create a User control in which textboxes are created dynamically from the database and also save the data which is in textboxes can anyone help
Ravi_21 wrote:
i have to create a User control in which textboxes are created dynamically from the database and also save the data which is in textboxes
What is your problem ?
cheers, Abhijit
-
Hi i have to create a User control in which textboxes are created dynamically from the database and also save the data which is in textboxes can anyone help
You might want to have a look at the repeater control.
-
Ravi_21 wrote:
i have to create a User control in which textboxes are created dynamically from the database and also save the data which is in textboxes
What is your problem ?
cheers, Abhijit