| | |
how to set particular item as bold using Dropdownlist
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
try either or the codes below:
dropdown1.Items.FindByValue("0").Attributes.Add("style", "font-weight:bolder")
or
dropdown1.Items.FindByValue("0").Attributes.Add("style", "font-bold:true")
Let me know
dropdown1.Items.FindByValue("0").Attributes.Add("style", "font-weight:bolder")
or
dropdown1.Items.FindByValue("0").Attributes.Add("style", "font-bold:true")
Let me know
•
•
Join Date: Dec 2008
Posts: 104
Reputation:
Solved Threads: 18
ASP.NET Syntax (Toggle Plain Text)
<select> <option>Yes</option> <option style="background-color: yellow; font-weight:bold;">No</option> <option>Maybe So</option> </select>
This will work fine in Firefox but ie does not support it. An alternative will be to use the background-color property to highlight an option rather than making it bold.
Happy Programming
Last edited by peter_budo; Dec 17th, 2008 at 8:09 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
![]() |
Similar Threads
Other Threads in the ASP.NET Forum
- Previous Thread: Upload of a file in server using asp.net
- Next Thread: query about uploading a file
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax appliances asp asp.net bc30451 beginner bottomasp.net box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class click compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownmenu dynamic edit embeddingactivexcontrol fileuploader findcontrol flash flv forms gridview gudi homeedition iframe iis javascript jquery list menu mono mssql multistepregistration nameisnotdeclared novell objects order problem ratings redirect registration relationaldatabases rotatepage save search security serializesmo.table sessionvariables silverlight smartcard sql ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment wizard xml





