web-user-controls
Call a function of a Web User Control from the parent page
I\'m creating a comments web user control. I want to use this comments control on distinct pages like: articles, attractions and categories.[详细]
2023-01-02 13:40 分类:问答Horizontally align rows in multiple tables using web user control
I need to align rows in differen开发者_StackOverflow社区t tables that are layed out horizontally.I\'d prefer to put the html code in a single web user control so I can create as many instances of that[详细]
2022-12-30 18:36 分类:问答ASP.NET/AJAX - Web user control update panel triggering from outside
I\'ve got an web user control with an updatepanel. On my mainpage I got like 3 of those controls. Now I want to have an timer in the mainpage which would trigger the updatepanel开发者_StackOverflow社区[详细]
2022-12-29 00:50 分类:问答sharing web user controls across projects
I\'ve done this using a regular .cs file that just extends System.Web.UI.UserControl and then included the assembly of the project that contains the control into other projects.I\'ve also created .asc[详细]
2022-12-28 17:11 分类:问答How do I use the same Web User Control in two different DotNetNuke (DNN) modules?
I am developing a number of modules for a client that will share some user interface functionality using a common Web User Control to provide the UI. When I wrote the first module and added in the .as[详细]
2022-12-20 09:48 分类:问答
加载中,请稍侯......