Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Bill #1
ImageUrlEditor Problem
In a .NET 2.0 web control, I have a property declared as below... The problem
is 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
Bill Guest
-
ImageURLEditor and a UserControl
ASP.NET 2.0 Question. I have created a USERControl for my site (System.Web.UI.UserControl). I added two string public properties that I will use... -
ImageUrlEditor will not open
Hello, I'm trying to create a server control, and am having difficulty getting a child hyperlink control to display the ImageUrlEditor at design... -
Uploading problem = weird warning (was: access denied problem.....)
Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the... -
#21611 [Opn]: Problem with version_compare() (Was: Problem with pear cli and release numbers)
ID: 21611 Updated by: et@php.net -Summary: Problem with pear cli and release numbers Reported By: jan at horde... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I...



Reply With Quote

