I want to create a shortcut or text field based on the value of a database column. For example: I have a column value in the database table Daily Leave, Medical Leave, Annual Leave, etc. I want to create a dynamic label and corresponding text field for the above column value.
I want this control ...
Casual Leave : Textbox1
Medical Leave: Textbox2
Annul Leave : Textbox3
etc based on table value
What am I doing? I can not do it. please help me...
source
share