Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01214-Jul-11 4:11
Wheels01214-Jul-11 4:11 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
BobJanova14-Jul-11 4:25
BobJanova14-Jul-11 4:25 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel14-Jul-11 4:53
professionalShameel14-Jul-11 4:53 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01214-Jul-11 7:54
Wheels01214-Jul-11 7:54 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel14-Jul-11 8:08
professionalShameel14-Jul-11 8:08 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 7:45
Wheels01215-Jul-11 7:45 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 7:58
professionalShameel15-Jul-11 7:58 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 8:04
Wheels01215-Jul-11 8:04 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 8:11
professionalShameel15-Jul-11 8:11 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 8:14
Wheels01215-Jul-11 8:14 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 8:19
professionalShameel15-Jul-11 8:19 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 8:37
Wheels01215-Jul-11 8:37 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 8:42
professionalShameel15-Jul-11 8:42 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 8:47
Wheels01215-Jul-11 8:47 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 8:49
professionalShameel15-Jul-11 8:49 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 8:53
Wheels01215-Jul-11 8:53 
protected System.Web.UI.WebControls.ListItem liBullets;

private const string BULLETTHREELBHL = "Employee earnings can be submitted through the <a href=\"/EECHG/FW_DEFAULT.ASPX?Serviceid=EECHG&title=Employee+Changes\">Employee Changes</a> service by a plan administrator with access to update employee changes.";

this.liBullets.Text = BULLETTHREELBHL;

<ul> 
						    <li id="liBullets" />    
						    <li>To Access Google, click <a href="http://google.com">here</a></li>                      
                            <li><a href="http://bing.com">This</a> takes you to Bing</li>
                            </ul>					    

GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 9:00
professionalShameel15-Jul-11 9:00 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 9:05
Wheels01215-Jul-11 9:05 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 9:10
professionalShameel15-Jul-11 9:10 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 9:22
Wheels01215-Jul-11 9:22 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 9:26
professionalShameel15-Jul-11 9:26 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 9:29
Wheels01215-Jul-11 9:29 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 9:32
professionalShameel15-Jul-11 9:32 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 9:35
Wheels01215-Jul-11 9:35 
AnswerRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
BobJanova13-Jul-11 22:26
BobJanova13-Jul-11 22:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.