473,388 Members | 1,309 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Problem with Browsable(True) in web user control property

I have a web user control with a property that has the browsable
attribute set to true, but property doesn't show up in the HTML design
property window when I add the control to a web form.

My property is:

Imports System.ComponentModel
....

<DesignerSerializationVisibility(DesignerSerializa tionVisibility.Visible),
_
EditorBrowsable(EditorBrowsableState.Always), _
Browsable(True), _
Category("Behavior"), _
Description("Name of textbox to return the date value to")> _
Public Property ReturnDateToField() As String
Get
Return txtReturnDateToField.Text
End Get
Set(ByVal Value As String)
txtReturnDateToField.Text = Trim(Value)

InitDatePickerLink()
End Set
End Property
Everything builds and runs fine; it's just that I can't see the
ReturnDateToField property in the property window. Thanks for your
help!

Jun 20 '06 #1
0 1595

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: preet | last post by:
What I am trying to do is to develop a dhtml based chat system. So far everything is working as planned, took me over 6 hours to get it working, but I am pleased with the results, it is...
4
by: james | last post by:
I cannot get my UserControl's browsable properties to show up in the designer properties panel. I have then public virtual bool TestProp { {get return testProp; } set { testProp = value; } } ...
1
by: Tom | last post by:
hi guys I spent about a day on this I still can't get it to work... http://odetocode.com/Articles/94.aspx could you try ? see if it works if it does please show me the source... I'm puzzeled...
0
by: Jim | last post by:
I am having some trouble with user controls and would appreciate any input / advice on where to go with this... :) 1. The first problem, and perhaps the root of the others, is that I have...
9
by: Alphonse Giambrone | last post by:
I have built a simple composite control that consists of a textbox, requiredfieldvalidator and rangevalidator. For properties that are unique to the individual control, I set/get them directly...
1
by: Michael E. O. Borchert | last post by:
I'm having a very isolated problem using with (I believe) windows integrated security on a site on a corporate intranet, unfortunately the one person who is running into the problem is the main...
3
by: 00steve | last post by:
Hi, I am attempting to create a script in which object A contains an array of "objectb" objects. An overview of the code is posted below. When I attempt to access "myObjArr" array like this: ...
3
by: R.A.M. | last post by:
Hello, I have created ASP.NET application with aspnetdb database. In the following codeI have an error: System.Security.Principal.IPrincipal user = HttpContext.Current.User; if...
3
by: shapper | last post by:
Hello, I had a class library which was working in Visual Studio 2008 Beta 2. Now that I installed the final version of VS2008 I get a error in my code: Dim footer As New...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.