I\'m creating a comments web user control. I want to use this comments control on distinct pages like: articles, attractions and categories.
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
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社区
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
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