skip to main
|
skip to sidebar
Rodolfo's blog
Saturday, June 19, 2010
Making a string bold in ASP.NET
I thought this would require an IFormatProvider, but it's much simpler than that. String.Format will parse HTML tags and display the result:
String
.Format(
"
Showing {0} records.
"
, totalItems);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
.NET
(31)
Agile
(1)
android
(2)
api
(1)
ArcGIS JavaScript API
(2)
ArcGIS Server
(1)
ArcMap
(3)
ArcObjects
(2)
ArcSDE
(1)
ASP.NET
(5)
ASP.NET MVC
(4)
ASP.NET Web API
(2)
Azure
(3)
Chrome
(2)
Continuous integration
(1)
Crash
(1)
Debian
(1)
Debugging
(1)
emulator
(1)
ESRI
(2)
ews
(1)
exchange
(1)
ExtJS
(3)
Flyway
(1)
General
(6)
Identity
(1)
IIS
(1)
iis express
(1)
IntelliJ
(1)
Internet
(1)
Java
(2)
JavaScript
(11)
JRebel
(1)
Json
(1)
Linux
(1)
logging
(1)
Microsoft Office
(1)
MVC
(4)
MVVM
(1)
Netbeans
(1)
NHibernate
(1)
nodejs
(2)
OmniSharp
(1)
Optimize
(1)
OS X
(1)
OSG
(3)
Password
(1)
REST API
(1)
SharePoint
(2)
socketio
(1)
Software
(1)
Team City
(1)
TFS
(1)
token
(1)
Unit Testing
(4)
Version control
(1)
Visual Studio
(16)
Visual Studio Code
(1)
WCF
(6)
Web
(8)
Web API
(1)
WFP
(1)
Windows 7
(1)
WPF
(2)
WSL2
(1)
xcopy
(1)
XUnit
(1)
yarn
(1)
YUI
(2)
Blog Archive
►
2020
(15)
►
October
(1)
►
August
(1)
►
July
(6)
►
June
(1)
►
May
(1)
►
April
(5)
►
2017
(3)
►
May
(1)
►
April
(1)
►
January
(1)
►
2016
(15)
►
December
(1)
►
September
(1)
►
June
(2)
►
May
(1)
►
April
(3)
►
March
(4)
►
February
(1)
►
January
(2)
►
2014
(15)
►
December
(1)
►
September
(3)
►
May
(2)
►
April
(1)
►
March
(5)
►
February
(2)
►
January
(1)
►
2013
(19)
►
November
(3)
►
October
(2)
►
September
(1)
►
August
(1)
►
July
(2)
►
May
(3)
►
April
(1)
►
March
(1)
►
January
(5)
►
2012
(23)
►
December
(3)
►
November
(1)
►
October
(2)
►
August
(2)
►
July
(3)
►
April
(3)
►
March
(4)
►
February
(3)
►
January
(2)
►
2011
(22)
►
December
(2)
►
November
(3)
►
October
(1)
►
September
(4)
►
June
(1)
►
April
(4)
►
March
(1)
►
January
(6)
▼
2010
(37)
►
December
(1)
►
November
(3)
►
October
(8)
►
September
(7)
►
July
(5)
▼
June
(7)
WCF Client code is emtpy: Referenced type cannot b...
Expand Infragistics UltraWebListBar programmatically
Postback doesn't fire when radiobutton is defaulte...
Making a string bold in ASP.NET
Calculatin Minimum/Maximum Latitude and Longitude
Invalid postback or callback argument. Event valid...
A control with ID 'myControl' could not be found f...
►
May
(1)
►
April
(5)
►
2009
(12)
►
December
(1)
►
October
(2)
►
September
(5)
►
June
(2)
►
April
(1)
►
January
(1)
►
2008
(15)
►
September
(2)
►
August
(1)
►
June
(2)
►
April
(1)
►
February
(4)
►
January
(5)
About Me
Rodolfo
View my complete profile
No comments:
Post a Comment