Top "Webusercontrol" questions

Calling a method in parent page from user control

I've a user control registered in an aspx page On click event of a button in the user control, how …

c# asp.net user-controls webusercontrol
Get variable value from code behind and use in aspx page control

I got a web user control where I have controls that needs to be fed with some data from variables …

c# data-binding webusercontrol
how to find user control's id in aspx page

I have an aspx web application in which 1 aspx page and 1 web user controls exist. I added 4 instances of the …

asp.net webusercontrol
How to add a Templating to a UserControl?

This question has been asked before Web Forms :: Design Time Support For Custom Templated User Control In VS 2008 VS 2008 Using …

asp.net user-controls templating webusercontrol
ASP.NET error: The page Y.ascx cannot use the user control X.ascx

I am getting the error below when trying to build the web site project in Visual Studio 2010: The page '/…

asp.net ascx webusercontrol
Can i use Asp.Net WebForm User Controls in MVC Site?

I have a website in asp.net 4.0 with 10 pages and 12 user controls. Now i want to migrate this site in …

asp.net asp.net-mvc user-controls asp.net-mvc-4 webusercontrol
C# asp.net Button_Click event handler not working

I have a webusercontrol with a few controls on it like some labels,a textbox and eventually a button. The …

c# button event-handling webusercontrol