ControlCollection class
Hello to all,
I am creating a common module for database handling using c# & asp.net, so that for each aspx page I could use same.The requirement is like on page whatever controls are their,the id of these are database field sharing the same of column in a table.To retrive each control on page I am using ControlCollection class & stored it I am using Control class array,with this I am able to retrive the ID of control.But after retriving data in dataset from database based on their Id, I am not able to set it to the textbox as I don't get text property of textbox.If any know the same plz help me out to do so. Thanks in advance
|