DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Mon, 16 Jul 2007 14:19:41 -0500,    posted on: microsoft.public.dotnet.framework.aspnet.buildingcontrols        back       

Thread Index
  1    TS am
          2    (Steven Cheng[MSFT])
                 3    TS am
                 4    (Steven Cheng[MSFT])


Adding CssClass property default to custom checkbox wraps with span tag   
i don't know why but when i set CssClass to a default value in the
constructor for my checkbox control inherited from CheckBox, the rendered
html wraps the checkbox with a span tag and puts the class attribute on it.

I'm wondering why it does this?

I need to add an onclick javascript event to the checkbox, but when i try to
add it in AddAttributestoRender, it sticks the onclick call on the span tag.

what do i need to do ?

thanks
Date:Mon, 16 Jul 2007 14:19:41 -0500   Author:  

RE: Adding CssClass property default to custom checkbox wraps with span tag   
Hi TS,

From your description, you're meeting some problems when use the ASP.NET 
checkBox server control(custom control derived from it) ,correct?

As for the ASP.NET checkbox Server control, it is an encapsulated one which 
doesn't 100% identical to the html checkbox input element. The <Span> 
wrapper tag is used to add some addtional features such as DisplayText, for 
standard html checkbox, it doesn't have "Text" setting.  So when you want 
to use clientscript to manipulate the actual underlying html checkbox 
element inside the ASP.NET checkbox server control, you may need to 
manually query the checkbox element inside the <span> tag.  Also, one way 
to get the html like checkbox element is to use the CheckBox html server 
control. Here are some web threads also discussing on this:


http://www.thescripts.com/forum/thread449893.html

http://forums.asp.net/p/541142/541562.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

 

==================================================

Get notification to my posts through email? Please refer to 
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

 

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues 
where an initial response from the community or a Microsoft Support 
Engineer within 1 business day is acceptable. Please note that each follow 
up response may take approximately 2 business days as the support 
professional working with you may need further investigation to reach the 
most efficient resolution. The offering is not appropriate for situations 
that require urgent, real-time or phone-based interactions or complex 
project analysis and dump analysis issues. Issues of this nature are best 
handled working with a dedicated Microsoft Support Engineer by contacting 
Microsoft Customer Support Services (CSS) at 
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================
 	

This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Tue, 17 Jul 2007 06:01:08 GMT   Author:  

Re: Adding CssClass property default to custom checkbox wraps with span tag   
thanks
"Steven Cheng[MSFT]"  wrote in message
news:p5twnfDyHHA.5204@TK2MSFTNGHUB02.phx.gbl...

> Hi TS,
>
> From your description, you're meeting some problems when use the ASP.NET
> checkBox server control(custom control derived from it) ,correct?
>
> As for the ASP.NET checkbox Server control, it is an encapsulated one
which
> doesn't 100% identical to the html checkbox input element. The <Span>
> wrapper tag is used to add some addtional features such as DisplayText,
for
> standard html checkbox, it doesn't have "Text" setting.  So when you want
> to use clientscript to manipulate the actual underlying html checkbox
> element inside the ASP.NET checkbox server control, you may need to
> manually query the checkbox element inside the <span> tag.  Also, one way
> to get the html like checkbox element is to use the CheckBox html server
> control. Here are some web threads also discussing on this:
>
>
> http://www.thescripts.com/forum/thread449893.html
>
> http://forums.asp.net/p/541142/541562.aspx
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
>
> ==================================================
>
> Get notification to my posts through email? Please refer to
>

http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif

> ications.
>
>
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>
> ==================================================
>
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
Date:Tue, 17 Jul 2007 08:15:31 -0500   Author:  

Re: Adding CssClass property default to custom checkbox wraps with span tag   
Thanks for your reply TS,

If you meet any new problem that need help, please feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
 	

This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Wed, 18 Jul 2007 02:20:18 GMT   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us