|
| ||||||||||
| Tags: aspnet, attribute, html tag |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to set HTML Tag Attribute in asp.net
|
|
#2
| ||||
| ||||
| Re: How to set HTML Tag Attribute in asp.net Properties of WebControl.Attributes : It obtains the arbitrary collection of attributes that do not correspond to the properties of the control. If you using same as follows you will get nothing : IEnumerator keys = Select.Attributes.Keys.GetEnumerator(); Because WebControl.Attributes is used only for representation, and is called by asp.net automaticly. You will not get the value at function. |
|
#3
| ||||
| ||||
| Re: How to set HTML Tag Attribute in asp.net WebControl.Attributes Property : Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Quote:
|
|
#4
| |||
| |||
| Re: How to set HTML Tag Attribute in asp.net AttributeCollection Class : Represents a collection of attributes. Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to set HTML Tag Attribute in asp.net" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Retrieve attribute as string | ISAIAH | Software Development | 5 | 27-02-2010 12:51 AM |
| How to set file attribute? | Julli_gaada | Tips & Tweaks | 3 | 21-11-2009 07:05 PM |
| Custom AD attribute - [WP] | OmJaa | Active Directory | 3 | 11-03-2008 07:17 PM |
| Change Read-Only Attribute | William Colls | Vista Help | 2 | 18-02-2008 04:53 AM |
| Cannot Remove Read-Only Attribute | vshori | Small Business Server | 2 | 12-05-2007 03:23 AM |