Why do we use UserControl?

后端 未结 4 2015
予麋鹿
予麋鹿 2020-12-19 18:53

ı have been serching this for a while but I couldn\'t come up with a conclusion. What is UserControl? For me we can do everything with creating new windows forms instead of

4条回答
  •  遥遥无期
    2020-12-19 19:13

    imagine you have a GridView with some new methods you create, and which you want to use on several pages. There you go. A UserControl is useful. That's just one example

提交回复
热议问题