Advantages and disadvantages of usercontrol in asp.net

后端 未结 3 806
有刺的猬
有刺的猬 2021-01-15 00:06

Can some one please tell me if I should use user controls in my project as much as I can? Ff so why and if not why not?

3条回答
  •  执笔经年
    2021-01-15 00:38

    I would use the controls that the VS IDE Toolbox provides as much as possible. I would only roll my own control if something that the environment supplied, didn't quite do what I wanted it to do.

提交回复
热议问题