Ask a Question related to ASP.NET General, Design and Development.
-
cj #1
Resizing Control
I've created a web server control and have created a designer class to give
it design time appearance, but whenever I place the control on a web form, I
can't resize it at all.
Does anyone know how I can allow my control to be resized ?
Regards,
CJ
cj Guest
-
Programmatically resizing a web custom control at design time
I have written a simple web custom control. The control however also acts as some place holder (could be a banner, picture or whatever). The control... -
Web resizing help!!!!!!!!
I have a really "rookie" question to ask I'm trying to size a picture on photoshop (its a scan from a kodak cd) to thumbnail size for the web. The... -
Composite control and resizing
I'm a little new to Web Forms, and building web form controls: I am trying to build a simple composite web form control. It contains a Label,... -
Resizing
Hey, Does anybody know of a script or an extension that makes it so that when the window is resized the background in the main frame is resized... -
Using Table control in a custom composite control. Control does not render properly in design time.
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control... -
Natty Gur #2
Re: Resizing Control
Hi,
override the AllowResize property (ControlDesigner) and return true.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
cj #3
Re: Resizing Control
Thanks Natty
I can't believe that never occurred to me....although with all the ViewState
issues I've had I think my brain is melting.
CJ
"Natty Gur" <natty@dao2com.com> wrote in message
news:eYhfAGaUDHA.580@TK2MSFTNGP09.phx.gbl...> Hi,
>
> override the AllowResize property (ControlDesigner) and return true.
>
> Natty Gur, CTO
> Dao2Com Ltd.
> 28th Baruch Hirsch st. Bnei-Brak
> Israel , 51114
>
> Phone Numbers:
> Office: +972-(0)3-5786668
> Fax: +972-(0)3-5703475
> Mobile: +972-(0)58-888377
>
> Know the overall picture
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
cj Guest
-
cj #4
Re: Resizing Control
Sorry Natty
I spoke too soon. I tried that and I still can't resize it at design time.
Any other ideas ?
CJ
"Natty Gur" <natty@dao2com.com> wrote in message
news:eYhfAGaUDHA.580@TK2MSFTNGP09.phx.gbl...> Hi,
>
> override the AllowResize property (ControlDesigner) and return true.
>
> Natty Gur, CTO
> Dao2Com Ltd.
> 28th Baruch Hirsch st. Bnei-Brak
> Israel , 51114
>
> Phone Numbers:
> Office: +972-(0)3-5786668
> Fax: +972-(0)3-5703475
> Mobile: +972-(0)58-888377
>
> Know the overall picture
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
cj Guest
-
Natty Gur #5
Re: Resizing Control
Hi,
send me your e-mail ill send you custom grid control that enable
resizing using AllowResize property (spamNatty@dao2com.com).
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

