Click here to Skip to main content
15,893,814 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Image refresh in a page Pin
albCode29-Sep-06 2:42
albCode29-Sep-06 2:42 
QuestionImage refresh in a page Pin
Uma Kameswari29-Sep-06 2:19
Uma Kameswari29-Sep-06 2:19 
AnswerRe: Image refresh in a page Pin
Sathesh Sakthivel29-Sep-06 2:41
Sathesh Sakthivel29-Sep-06 2:41 
GeneralRe: Image refresh in a page Pin
Uma Kameswari29-Sep-06 2:46
Uma Kameswari29-Sep-06 2:46 
GeneralRe: Image refresh in a page Pin
Sathesh Sakthivel29-Sep-06 2:54
Sathesh Sakthivel29-Sep-06 2:54 
AnswerRe: Image refresh in a page Pin
Paddy Boyd29-Sep-06 2:53
Paddy Boyd29-Sep-06 2:53 
QuestionQueryString Function Pin
John Gathogo29-Sep-06 2:05
John Gathogo29-Sep-06 2:05 
AnswerRe: QueryString Function Pin
Guffa29-Sep-06 2:38
Guffa29-Sep-06 2:38 
The & character is used as separator between values in the query string, so you need to encode the character when it should be inside a value.

Actually you have to encode the entire value. An url may not contain spaces.

Use the Server.UrlEncode method to encode the value. The result should be: "Boys%20%26%20Girls".


---
b { font-weight: normal; }

GeneralRe: QueryString Function Pin
John Gathogo29-Sep-06 3:51
John Gathogo29-Sep-06 3:51 
Questionweb part for share point Pin
indrani2229-Sep-06 1:58
indrani2229-Sep-06 1:58 
AnswerRe: web part for share point Pin
Sathesh Sakthivel29-Sep-06 2:35
Sathesh Sakthivel29-Sep-06 2:35 
QuestionQueryString Pin
Vsree29-Sep-06 1:52
Vsree29-Sep-06 1:52 
AnswerRe: QueryString Pin
_AK_29-Sep-06 1:58
_AK_29-Sep-06 1:58 
GeneralRe: QueryString Pin
Vsree29-Sep-06 2:00
Vsree29-Sep-06 2:00 
GeneralRe: QueryString Pin
_AK_29-Sep-06 2:24
_AK_29-Sep-06 2:24 
QuestionFSO read in? Pin
Larsson29-Sep-06 1:39
Larsson29-Sep-06 1:39 
AnswerRe: FSO read in? Pin
Gavin Jeffrey29-Sep-06 2:48
Gavin Jeffrey29-Sep-06 2:48 
GeneralRe: FSO read in? Pin
Larsson2-Oct-06 5:22
Larsson2-Oct-06 5:22 
GeneralRe: FSO read in? Pin
Larsson2-Oct-06 6:24
Larsson2-Oct-06 6:24 
GeneralRe: FSO read in? Pin
Gavin Jeffrey2-Oct-06 22:01
Gavin Jeffrey2-Oct-06 22:01 
QuestionTextarea Issues Pin
Brendan Vogt29-Sep-06 1:06
Brendan Vogt29-Sep-06 1:06 
AnswerRe: Textarea Issues Pin
Britney S. Morales29-Sep-06 6:22
Britney S. Morales29-Sep-06 6:22 
Questionhow to get back the focus on submit button when using validation summary Pin
ravindradonkada29-Sep-06 0:56
ravindradonkada29-Sep-06 0:56 
QuestionProblem in open Popup Pin
srilu nagalla28-Sep-06 23:23
srilu nagalla28-Sep-06 23:23 
AnswerRe: Problem in open Popup Pin
Exelioindia28-Sep-06 23:37
Exelioindia28-Sep-06 23:37 

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.