.NET

xiaoxiao2021-03-06  31

.ascx file is the suffix of the file of the user-defined control, .asmx is the suffix of the Web Services file.

In a project you choose Add-> Add New Item -> Web User Control can generate a .ascx file, this file describes a user-defined control, you can call your customs in your page. Control. .asmx is a file of Web Service.

转载请注明原文地址:https://www.9cbs.com/read-70906.html

New Post(0)