Click here to Skip to main content
15,892,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to assing a value to alt from class file? Pin
Christian Graus7-May-08 19:24
protectorChristian Graus7-May-08 19:24 
GeneralRe: How to assing a value to alt from class file? Pin
Sam.M7-May-08 19:27
Sam.M7-May-08 19:27 
GeneralRe: How to assing a value to alt from class file? Pin
Christian Graus7-May-08 19:46
protectorChristian Graus7-May-08 19:46 
GeneralRe: How to assing a value to alt from class file? Pin
Sam.M7-May-08 19:51
Sam.M7-May-08 19:51 
GeneralRe: How to assing a value to alt from class file? Pin
Christian Graus7-May-08 19:54
protectorChristian Graus7-May-08 19:54 
Questionhow to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 19:11
vidhyap7-May-08 19:11 
AnswerRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 19:26
protectorChristian Graus7-May-08 19:26 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 20:18
vidhyap7-May-08 20:18 
Hi Graus,

thanks for your reply,i just want to use standars font names.I tried using Fontcollection and fontfamily class.now i am able to populate the dropdownlist with fontnames.

I did the following coding:


<br />
System.Drawing.Text.InstalledFontCollection fontcollection = new InstalledFontCollection();<br />
       <br />
        <br />
        foreach (FontFamily fonts in fontcollection.Families)<br />
        {<br />
            ddlFontName.Items.Add(fonts.Name);<br />
        }<br />


hey can u just guide me is it ok.actualy its working fine.

Regards
Vidhya
GeneralRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 20:26
protectorChristian Graus7-May-08 20:26 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 20:36
vidhyap7-May-08 20:36 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 20:51
protectorChristian Graus7-May-08 20:51 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 21:08
vidhyap7-May-08 21:08 
QuestionPassing Values to Payment Gatway Pin
sjs4u7-May-08 18:38
sjs4u7-May-08 18:38 
AnswerRe: Passing Values to Payment Gatway Pin
Christian Graus7-May-08 19:06
protectorChristian Graus7-May-08 19:06 
GeneralRe: Passing Values to Payment Gatway Pin
sjs4u7-May-08 19:11
sjs4u7-May-08 19:11 
GeneralRe: Passing Values to Payment Gatway Pin
Christian Graus7-May-08 19:15
protectorChristian Graus7-May-08 19:15 
QuestionProblem with dll Pin
Deepak Nigam7-May-08 8:34
Deepak Nigam7-May-08 8:34 
AnswerRe: Problem with dll Pin
JimmyRopes7-May-08 10:15
professionalJimmyRopes7-May-08 10:15 
AnswerRe: Problem with dll Pin
Abhijit Jana7-May-08 18:25
professionalAbhijit Jana7-May-08 18:25 
QuestionSession state in SharePoint Web parts Pin
JimmyRopes7-May-08 8:29
professionalJimmyRopes7-May-08 8:29 
QuestionProblem With Back Button Pin
mehrdadc487-May-08 7:51
mehrdadc487-May-08 7:51 
AnswerRe: Problem With Back Button Pin
Deepak Nigam7-May-08 8:37
Deepak Nigam7-May-08 8:37 
QuestionOpen new page Pin
ksaw1237-May-08 7:40
ksaw1237-May-08 7:40 
AnswerRe: Open new page Pin
SomeGuyThatIsMe7-May-08 7:52
SomeGuyThatIsMe7-May-08 7:52 
QuestionReportViewer InitialToggleState ignored? Pin
Member 43822327-May-08 4:38
Member 43822327-May-08 4:38 

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.