Click here to Skip to main content
15,896,153 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAJAX update panel Pin
geletaabate27-Oct-08 6:27
geletaabate27-Oct-08 6:27 
Questionvb.net and parsing xml string Pin
KingAndyb27-Oct-08 3:57
KingAndyb27-Oct-08 3:57 
QuestionNEED HELP: Runing proces using the process.start() Pin
sSupergirl27-Oct-08 2:04
sSupergirl27-Oct-08 2:04 
AnswerRe: NEED HELP: Runing proces using the process.start() Pin
SeMartens27-Oct-08 2:30
SeMartens27-Oct-08 2:30 
GeneralRe: NEED HELP: Runing proces using the process.start() Pin
sSupergirl27-Oct-08 5:54
sSupergirl27-Oct-08 5:54 
QuestionQuery String Pin
srinivaskonijeti27-Oct-08 2:00
srinivaskonijeti27-Oct-08 2:00 
AnswerRe: Query String Pin
Kannan Ar27-Oct-08 3:44
professionalKannan Ar27-Oct-08 3:44 
GeneralRe: Query String Pin
Ridge Howison27-Oct-08 11:30
Ridge Howison27-Oct-08 11:30 
You need to make sure the querystring is URL Encoded. I use the following function that i find useful

Public Function Encrypt_UrlEncode(ByVal textToEncrypt As String) As String

Try
Return System.Web.HttpUtility.UrlEncode(textToEncrypt, System.Text.Encoding.Default)
Catch ex As Exception
Throw ex
End Try
end function

In your code before you redirect do something like this

Dim queryString as string=Encrypt_UrlEncode(WhatEverStringYouWantToPassAsQueryString)
response.redirect("http://www.abc.com/RedirectPage.aspx?Q=" & queryString)

Good Luck
RH
QuestionGetting dataitems from a LinqDatasource/ListView in code Pin
AntoonHzn27-Oct-08 1:36
AntoonHzn27-Oct-08 1:36 
QuestionHow this is to be done Pin
Krazy Programmer27-Oct-08 1:19
Krazy Programmer27-Oct-08 1:19 
QuestionPls Help Me..CommandName value not accessible inside ItemCommand Handler event.. Pin
Sameer-The Performer27-Oct-08 1:05
Sameer-The Performer27-Oct-08 1:05 
AnswerRe: Pls Help Me..CommandName value not accessible inside ItemCommand Handler event.. Pin
Kannan Ar27-Oct-08 3:47
professionalKannan Ar27-Oct-08 3:47 
QuestionRe: Pls Help Me..CommandName value not accessible inside ItemCommand Handler event.. Pin
Sameer-The Performer28-Oct-08 18:53
Sameer-The Performer28-Oct-08 18:53 
QuestionFlash Video Component And Spyware Control for Uploaded Contents Pin
Sosyopat26-Oct-08 23:38
Sosyopat26-Oct-08 23:38 
AnswerRe: Flash Video Component And Spyware Control for Uploaded Contents Pin
Kannan Ar27-Oct-08 1:02
professionalKannan Ar27-Oct-08 1:02 
GeneralRe: Flash Video Component And Spyware Control for Uploaded Contents Pin
Sosyopat27-Oct-08 1:49
Sosyopat27-Oct-08 1:49 
Questioniis 5.1 give error for asp.net 3.5 applicatoin Pin
mr_muskurahat26-Oct-08 23:25
mr_muskurahat26-Oct-08 23:25 
AnswerRe: iis 5.1 give error for asp.net 3.5 applicatoin Pin
Guffa27-Oct-08 0:53
Guffa27-Oct-08 0:53 
GeneralRe: iis 5.1 give error for asp.net 3.5 applicatoin Pin
mr_muskurahat27-Oct-08 1:09
mr_muskurahat27-Oct-08 1:09 
QuestionCursor Wait Pin
omlac26-Oct-08 22:50
omlac26-Oct-08 22:50 
AnswerRe: Cursor Wait Pin
Kannan Ar27-Oct-08 0:24
professionalKannan Ar27-Oct-08 0:24 
GeneralRe: Cursor Wait Pin
omlac27-Oct-08 0:53
omlac27-Oct-08 0:53 
QuestionI Am New at this Pin
Conquistador149226-Oct-08 22:41
Conquistador149226-Oct-08 22:41 
GeneralRe: I Am New at this Pin
Guffa26-Oct-08 23:28
Guffa26-Oct-08 23:28 
QuestionNEED HELP!!!!! Pin
Conquistador149226-Oct-08 22:37
Conquistador149226-Oct-08 22: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.