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

C#

 
AnswerRe: drawline permanently Pin
quiteSmart5-Nov-06 20:48
quiteSmart5-Nov-06 20:48 
AnswerRe: drawline permanently Pin
sam#5-Nov-06 20:50
sam#5-Nov-06 20:50 
GeneralRe: drawline permanently Pin
s4_sabahatf5-Nov-06 21:03
s4_sabahatf5-Nov-06 21:03 
GeneralRe: drawline permanently Pin
Russell Jones5-Nov-06 21:24
Russell Jones5-Nov-06 21:24 
GeneralRe: drawline permanently Pin
sam#5-Nov-06 21:58
sam#5-Nov-06 21:58 
GeneralRe: drawline permanently Pin
s4_sabahatf6-Nov-06 23:25
s4_sabahatf6-Nov-06 23:25 
QuestionList Network(Lan) Computers Pin
freshonlineMax5-Nov-06 20:15
freshonlineMax5-Nov-06 20:15 
AnswerRe: List Network(Lan) Computers Pin
mertkan656-Nov-06 20:52
mertkan656-Nov-06 20:52 
Questionvalidate user using active directory in a web service Pin
tt12345-Nov-06 20:13
tt12345-Nov-06 20:13 
Questiona simple doubt Pin
kalaveer5-Nov-06 20:01
kalaveer5-Nov-06 20:01 
AnswerRe: a simple doubt Pin
sam#5-Nov-06 20:10
sam#5-Nov-06 20:10 
Questionmedia player Pin
Nafiseh Salmani5-Nov-06 19:59
Nafiseh Salmani5-Nov-06 19:59 
AnswerRe: media player Pin
Nafiseh Salmani5-Nov-06 20:07
Nafiseh Salmani5-Nov-06 20:07 
GeneralHelpfull Installers Pin
JacquesDP5-Nov-06 19:53
JacquesDP5-Nov-06 19:53 
Generalconsole application Pin
Ravi Shankar435-Nov-06 19:08
Ravi Shankar435-Nov-06 19:08 
GeneralRe: console application Pin
Christian Graus5-Nov-06 19:13
protectorChristian Graus5-Nov-06 19:13 
Questiondatagrid Pin
Ravi Shankar435-Nov-06 19:05
Ravi Shankar435-Nov-06 19:05 
AnswerRe: datagrid Pin
Christian Graus5-Nov-06 19:14
protectorChristian Graus5-Nov-06 19:14 
GeneralRe: datagrid Pin
coolestCoder5-Nov-06 19:28
coolestCoder5-Nov-06 19:28 
GeneralRe: datagrid Pin
Ravi Shankar435-Nov-06 19:37
Ravi Shankar435-Nov-06 19:37 
GeneralRe: datagrid Pin
sam#5-Nov-06 20:00
sam#5-Nov-06 20:00 
Questionerror for parent form serialport object... Pin
IamHuM5-Nov-06 19:02
IamHuM5-Nov-06 19:02 
AnswerRe: error for parent form serialport object... Pin
Tavbi6-Nov-06 0:25
Tavbi6-Nov-06 0:25 
QuestionE-mail Subject Problem Pin
Brendan Vogt5-Nov-06 18:59
Brendan Vogt5-Nov-06 18:59 
Hi,

I am still having problems having an e-mail pop-up from an <a></a> tag. The subject contains an "&" and there cuts off certain text. I was told to use Server.UrlEncode which does work to a degree, but then it adds "+" to the spaces (which I don't want), like:

Enquiry from J&D+Ship+Services

It should actually be:

Enquiry from J&D Ship Services

Here is my code in the .aspx page:

<a href="mailto:<%= Globals.InfoEmail %>?Subject=Enquiry from <%= Server.UrlEncode(Globals.CompanyLongName) %>"><%= Globals.InfoEmail %></a>

I hope someone can help me.

Regards
ma se
AnswerRe: E-mail Subject Problem Pin
Corinna John5-Nov-06 20:56
Corinna John5-Nov-06 20: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.