|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.Net 2.0 Web UserControl EditorAttribute ProblemI'm trying to expose the DropDownList ListItemCollection property at design time on a Web user control, using the following code. <Category("Apearance"), Browsable(True), _ EditorAttribute(GetType(System.Web.UI.Design.WebControls.ListItemsCollectionEditor), _ GetType(UITypeEditor))> _ Public ReadOnly Property ListItems() As ListItemCollection Get Return Me.ddlControl1.Items End Get End Property The problem is that the ListItems property is being displayed in properties; but the editor button is not displaying. As far as i can see this is virtualy identical to the example on MSDN. i'm using the following assemblies - Imports System.ComponentModel Imports System.ComponentModel.Design Imports System.Drawing.Design Imports System.Web.UI.Design.WebControls Please can anybody help. Thanks Ben
Problem updating with TableAdapter in Detailsview.
Gridview right border on a per-column basis Validators - error message not showing when JS disabled & only server side validation occurs "AJAX" techniques for the ASPNET 2.0 TreeView control? aspx and ascx ASP.NET 2.0 Intrinsic Treeview control errors on a specific machine Web User Controls(ascx) 1.1 VS 2.0 making a dropdownlist visible when clicking in a textbox of a detailsview? Gridview Header Template sorting Changing default behaviour of ASP.NET2 Menu control |
|||||||||||||||||||||||