Click here to Skip to main content
15,891,021 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: iTextObject control in crystal report Pin
SamRST15-May-08 1:59
SamRST15-May-08 1:59 
QuestionRe: iTextObject control in crystal report Pin
Pankaj Garg15-May-08 2:07
Pankaj Garg15-May-08 2:07 
QuestionImage button in Gridview Pin
danasegaranea15-May-08 1:17
danasegaranea15-May-08 1:17 
AnswerRe: Image button in Gridview Pin
SamRST15-May-08 2:04
SamRST15-May-08 2:04 
GeneralRe: Image button in Gridview Pin
danasegaranea15-May-08 2:16
danasegaranea15-May-08 2:16 
GeneralRe: Image button in Gridview Pin
_AK_15-May-08 20:29
_AK_15-May-08 20:29 
AnswerRe: Image button in Gridview Pin
Gayani Devapriya15-May-08 8:35
Gayani Devapriya15-May-08 8:35 
Questionurl encode with '+' Pin
g00fyman15-May-08 1:03
g00fyman15-May-08 1:03 
hi all,

i have a httphandler that returns an image when i send it text (and other parameters). The trouble is i have a need to send the string 'news + events', but the '+' is not being output at all.

code in page
_HeadingTextImage.ImageUrl = "textimage.ashx?text=" + Server.UrlEncode("news+events");


code in httphandler
string qText = (query["text"] == null) ? UsageText : context.Server.UrlDecode(query["text"]);

qText always = "news events" when i step into it.

can anyone tell me how to do this please?

thanks,

Maurice
AnswerRe: url encode with '+' Pin
Sandeep Kumar15-May-08 3:33
Sandeep Kumar15-May-08 3:33 
GeneralRe: url encode with '+' [modified] Pin
g00fyman15-May-08 13:47
g00fyman15-May-08 13:47 
GeneralRe: url encode with '+' Pin
g00fyman15-May-08 14:06
g00fyman15-May-08 14:06 
QuestionHow find text box is focussed while i click the button Pin
Guvera15-May-08 0:51
Guvera15-May-08 0:51 
AnswerRe: How find text box is focussed while i click the button Pin
eyeseetee15-May-08 0:54
eyeseetee15-May-08 0:54 
Questionsaving a query into a database column? Pin
Karan_TN15-May-08 0:33
Karan_TN15-May-08 0:33 
AnswerRe: saving a query into a database column? Pin
Christian Graus15-May-08 0:43
protectorChristian Graus15-May-08 0:43 
GeneralRe: saving a query into a database column? Pin
Karan_TN15-May-08 0:56
Karan_TN15-May-08 0:56 
Questionneeded updated value?? Pin
Karan_TN14-May-08 23:16
Karan_TN14-May-08 23:16 
AnswerRe: needed updated value?? Pin
Christian Graus15-May-08 0:03
protectorChristian Graus15-May-08 0:03 
AnswerRe: needed updated value?? Pin
eyeseetee15-May-08 0:20
eyeseetee15-May-08 0:20 
GeneralRe: needed updated value?? Pin
Karan_TN15-May-08 0:28
Karan_TN15-May-08 0:28 
GeneralRe: needed updated value?? Pin
Christian Graus15-May-08 0:42
protectorChristian Graus15-May-08 0:42 
GeneralRe: needed updated value?? Pin
Karan_TN15-May-08 1:50
Karan_TN15-May-08 1:50 
QuestionApplication_Start not firing Pin
sebastian314-May-08 23:16
sebastian314-May-08 23:16 
AnswerRe: Application_Start not firing Pin
Laddie14-May-08 23:21
Laddie14-May-08 23:21 
Questionlogin into the another site Pin
Mogaambo14-May-08 22:30
Mogaambo14-May-08 22:30 

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.