ASP.NET Custom Controls

后端 未结 4 2049
你的背包
你的背包 2021-01-15 04:56

How do you create a custom control (not an ASCX control) and, more importantly, use it in your project? I\'d prefer not to create a separate project for it or compile it as

4条回答
  •  死守一世寂寞
    2021-01-15 05:28

    If you don't want a *.ascx file, you don't want a separate project, and you don't want a *.dll file, what do you think is left? The code has to live somewhere.

提交回复
热议问题