I am having a problem like that i am having some 10 parameters. I am dispalying the parameter values in the textbox(10 different). I need to display the textbox based on my parameter values
If the parameter has values - show them in textbox If the parameter has no values - hide the textbox.
Currently I am using this above mentiond method. (using hidden functionlity).
Please let me know some other options that we can do this like dynamically creating the controls(textbox) based on parameters.
Thanks