Click here to Skip to main content
15,924,402 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Hi Pin
varshavmane21-Mar-07 19:01
varshavmane21-Mar-07 19:01 
QuestionSessionID Pin
Android_55521-Mar-07 11:29
Android_55521-Mar-07 11:29 
AnswerRe: SessionID Pin
Vasudevan Deepak Kumar21-Mar-07 13:09
Vasudevan Deepak Kumar21-Mar-07 13:09 
GeneralRe: SessionID Pin
usdmol21-Mar-07 20:59
usdmol21-Mar-07 20:59 
QuestionException Handling Pin
Rahithi21-Mar-07 11:29
Rahithi21-Mar-07 11:29 
AnswerRe: Exception Handling Pin
Colin Angus Mackay21-Mar-07 12:43
Colin Angus Mackay21-Mar-07 12:43 
QuestionGet label Value Pin
SJR_121-Mar-07 9:49
SJR_121-Mar-07 9:49 
QuestionDrawString and Font Pin
oskardiazdeleon21-Mar-07 7:55
oskardiazdeleon21-Mar-07 7:55 
I am working with an image similar to a watermark. This is what I am doing

Bitmap bmp = new Bitmap(Server.MapPath("Images\\image.jpg"));
bmp.SetResolution(120, 30);
Graphics g = Graphics.FromImage(bmp);
Color customBlue= Color.FromArgb(18, 82, 125);

//Create Font
Font fn= new Font("Tahoma", 7);

//Write
g.DrawString("Phone :" + this.txtPhone.Text, fn, SystemBrushes.WindowText, 340, 15);

my questions are How do I write the font in my customBlue color? and When i use the font in a smal
size th font gets distorted?

any insight?

thanks
Questionusing ListBox in formView Pin
Run4it21-Mar-07 6:08
Run4it21-Mar-07 6:08 
AnswerRe: using ListBox in formView Pin
badgrs21-Mar-07 7:36
badgrs21-Mar-07 7:36 
GeneralRe: using ListBox in formView Pin
Run4it21-Mar-07 7:39
Run4it21-Mar-07 7:39 
GeneralRe: using ListBox in formView Pin
badgrs21-Mar-07 9:42
badgrs21-Mar-07 9:42 
QuestionButtons Disappearing At Runtime Pin
Asgher Mansoor21-Mar-07 5:46
Asgher Mansoor21-Mar-07 5:46 
AnswerRe: Buttons Disappearing At Runtime Pin
Laxman Auti21-Mar-07 6:24
Laxman Auti21-Mar-07 6:24 
GeneralRe: Buttons Disappearing At Runtime Pin
badgrs21-Mar-07 7:28
badgrs21-Mar-07 7:28 
Questionmembers list tutorial Pin
starfox_210021-Mar-07 4:58
starfox_210021-Mar-07 4:58 
AnswerRe: members list tutorial Pin
Laxman Auti21-Mar-07 5:06
Laxman Auti21-Mar-07 5:06 
QuestionOnClientClick() before OnClick() Pin
varun_78921-Mar-07 4:12
varun_78921-Mar-07 4:12 
AnswerRe: OnClientClick() before OnClick() Pin
Paddy Boyd21-Mar-07 5:12
Paddy Boyd21-Mar-07 5:12 
AnswerRe: OnClientClick() before OnClick() Pin
RichardGrimmer21-Mar-07 6:35
RichardGrimmer21-Mar-07 6:35 
QuestionUsing ActiveX in HTML/ASPX page Pin
Dumb Programmer21-Mar-07 4:11
Dumb Programmer21-Mar-07 4:11 
AnswerRe: Using ActiveX in HTML/ASPX page Pin
badgrs21-Mar-07 7:26
badgrs21-Mar-07 7:26 
Questionput data to another Table Pin
Sarfaraj Ahmed21-Mar-07 3:43
Sarfaraj Ahmed21-Mar-07 3:43 
AnswerRe: put data to another Table Pin
chat_sp2001@yahoo.com21-Mar-07 23:55
chat_sp2001@yahoo.com21-Mar-07 23:55 
GeneralRe: put data to another Table Pin
chat_sp2001@yahoo.com21-Mar-07 23:56
chat_sp2001@yahoo.com21-Mar-07 23:56 

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.