Top "Ascx" questions

The ascx is used to create or define custom usercontrols to be placed onto web pages.

Load ascx component using C# code

Is there any way that I can use C# to load and then "render" an ascx control? Essentially I am …

c# asp.net ascx
How to find the url of parent page of a User control

I have a user control where if a certain action is performed I want to redirect to the page the …

asp.net user-controls ascx web-user-controls
Registering .ascx ASP.NET User control in ASP.NET Page or Master Page will load it or not?

If I register user control in ASP.NET page, the control will be loaded to the page or not? <%@ …

c# asp.net user-controls ascx web-user-controls
Property null after postback - Dynamically loaded control

I'm aware this question has been asked many times before but I suspect I have a unique scenario. I'm loading …

asp.net ascx
ASP.Net / C#: Replacing characters in a databound field

In an ascx file I'm presenting data from a databound field like this: <%# Eval("Description")%> The data source …

c# asp.net ascx
Refresh Content In a .ascx File

Because .ascx files are naturally rendered early in the page life cycle, if I want to update information on a …

asp.net ascx
Programmatically set Culture of User Controls in ASP.NET

I'd like to programmatically set the culture of my User Control which defines several Labels, Buttons and Textboxes ... Usually, for …

c# asp.net user-controls resources ascx
Set Gridview DataNavigateUrlFormatString Dynamically inside User Control(ASCX)

i have a issue that i dont know if it can be done. i have an in an aspx page , …

asp.net gridview user-controls webforms ascx
How to put an Vertical scrollbar within asp:Repeater ItemTemplate?

I have inherited an .ascx control that consists of an asp:repeater construct containing a HeaderTemplate, an ItemTemplate and an …

asp.net scrollbar panel ascx asprepeater
ReportViewer in MVC 4 partial

I am still unsure the best way to go about it. I've read alsorts of resources, yet still no closer …

asp.net-mvc asp.net-mvc-4 reportviewer ascx