Ask a Question related to ASP.NET General, Design and Development.
-
Vishal #1
Web Controls
Hi Guys
UnitType.Pixel)>
> I have a problem as stated below.Hope You can help\me.
>
> I create a Web Server Control which inherits from
> WebControl and overrides property for Width of the
> WebControl as
>
>
>
> Public Overrides Property Width() As Unit
>
> Get
>
> Return MyBase.Width()
>
> End Get
>
> Set(ByVal Value As Unit)
>
> MyBase.Width = Value
>
> _Button.Width = Unit.Pixel(20)
>
> Dim nWidth As Integer
>
> Me.Width.Pixel(nWidth)
>
> _Textbox.Width = New Unit(100,>
> _Textbox.Width = Unit.Pixel((CType
> (Me.Width.Value.ToString(), Integer) - 20))
>
> End Set
>
> End Property
>
>
>
> And then,
>
>
>
> In design mode when I change Width of the Control, Close
> the Web Form, and Re-open the Web Form again then it
> gives me error as "Ambiguous match found".
>
>
> Thanks
> VishalVishal Guest
-
communication between an application, custom controls, and user controls
Hi, and many thanks in advance... I'm a little lost about how to proceed with communication between an application, custom controls, and user... -
Control.Controls bug? Control's child controls missing at the run time.
Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer -
Why the properties of web user controls which inherted from my custom base UI controls MISSED?
Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable? -
composite controls... Microsoft Press: Dev ASP.NET Server Controls
I have the Microsoft Press: Developing Microsoft ASP.NET Server Controls and Components book. It's starting to shine some light on control... -
user controls: dynamiclly added child controls dont survive post back ?
hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control...



Reply With Quote

