|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problem with ImageUrlEditoris at design time. When I try to launch the ImageUrlEditor by pressing the elipse in the property editor... nothing is launched... No error is displayed Any ideas would be helpful. [ Bindable(true), Category("Appearance"), DefaultValue(""), Editor(typeof(System.Web.UI.Design.ImageUrlEditor),typeof(System.Drawing.Design.UITypeEditor)) ] public string ImageUrl { get { string s = (string)ViewState["ImageUrl"]; return ((s == null) ? String.Empty : s); } set { ViewState["ImageUrl"] = value; } } -- Bill
asp to asp.net conversion
Creating composite web controls Custom control with ListBox ASP.NET 2.0 - How to databind to nested (hierarchical) business objects? asp with membership/login Selecting a value from a Gridview Control Problem woth ObjectDataSource and Dataset... Calendar Control - ASP.Net 2.0 SIMPLE USER CONTROL PROBLEM Syntax to populate a radio button list and Label? |
|||||||||||||||||||||||