ascx
Retrieve value of TextBox from another class
I have a C# class from which I would like to access a string contained within a TextBox. The TextBox is defined in a an .ascx file. What headers should I put in the class to be able to access this开发[详细]
2023-02-15 22:09 分类:问答.net ASCX help with passining info & Hiding Div
Alright, I am trying to accomplish this: When a user clicks a button that is on a ascx web user control with text boses, it first displays a DIV that is hidden, this div contains a ascx web user contr[详细]
2023-02-14 19:56 分类:问答Visual Studio 2008 DataList not visible
Im using VS 2008, and I am trying to a customize a DataList in an ascx file. The page has a SQLDataSource, a Datalist, and a very small amount of static text. When I edit the code in the .ascx page in[详细]
2023-02-14 02:54 分类:问答SelectedIndexChanged to filter ascx control
I am using a databound dropdown list to populate a combobox with project iterations and an ascx control to display a tag cloud. I am retrieving the selectedValue of the dropdown and storing it as a se[详细]
2023-02-09 05:05 分类:问答ascx'es javascriptscript
I want my asp.net .ascx user control to use some javascript. How to do it properly? I am not sure what I sho开发者_如何学编程uld do? Should I use the scriptmanager object?It depends on the situation.I[详细]
2023-02-08 22:04 分类:问答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 ...[详细]
2023-02-08 17:17 分类:问答Webforms: Inline Literals in .ascx preventing compilation
I have the following snippit in my .ascx file: <%@ Control Language=\"C#\" Inherits=\"MyCompany.Modules.Discovery.ViewDiscovery\"[详细]
2023-02-07 19:34 分类:问答Define a property of a base class (ascx) in a custom UserControl, and instanciate a child class in the aspx
I defined 3 custom usercontrols like that : public partial abstract class MyAbstractControl : Usercontrol{[详细]
2023-01-30 10:04 分类:问答web user control value set in aspx page
Is 开发者_如何学Cthis possible, I have some C# code that adds web user control onto aspx page see below:[详细]
2023-01-29 23:14 分类:问答Control Layout Template
I need a way to layout controls in a page. Let me ask you by example. I have four different action buttons (Edit, Delete, etc..) that do the same actions on any page, but sometimes I want them laid ou[详细]
2023-01-19 21:18 分类:问答
加载中,请稍侯......