Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Compare two Template Fields of Gridview Pin
jkirkerx13-Jan-12 10:46
professionaljkirkerx13-Jan-12 10:46 
Questionhow to display menu control like code project top navigation and left panel menu Pin
developerit9-Jan-12 20:47
developerit9-Jan-12 20:47 
AnswerRe: how to display menu control like code project top navigation and left panel menu Pin
David C# Hobbyist.10-Jan-12 3:07
professionalDavid C# Hobbyist.10-Jan-12 3:07 
AnswerRe: how to display menu control like code project top navigation and left panel menu Pin
anishkannan10-Jan-12 20:16
anishkannan10-Jan-12 20:16 
Questionwindow.location.replace Pin
Satish_S9-Jan-12 0:09
Satish_S9-Jan-12 0:09 
AnswerRe: window.location.replace Pin
jkirkerx9-Jan-12 9:24
professionaljkirkerx9-Jan-12 9:24 
GeneralRe: window.location.replace Pin
Satish_S9-Jan-12 23:45
Satish_S9-Jan-12 23:45 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 6:33
professionaljkirkerx10-Jan-12 6:33 
take the double quotes off url.

I think you misinterpreted encoding. You just want to make sure that the url you create is in the correct format. encodeURI and encodeURIComponent.

But skip that for now.

window.location(url) will redirect the current page to a new page indicated by url

window.open(url) will open a new browser window, or a new tab, with the value url

it always works unless your url value has an error in it. I would have to see the string you created to see if it is a valid format.
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:05
Satish_S10-Jan-12 18:05 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 18:10
professionaljkirkerx10-Jan-12 18:10 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 18:16
professionaljkirkerx10-Jan-12 18:16 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:20
Satish_S10-Jan-12 18:20 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 18:33
professionaljkirkerx10-Jan-12 18:33 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:56
Satish_S10-Jan-12 18:56 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 19:03
professionaljkirkerx10-Jan-12 19:03 
GeneralRe: window.location.replace Pin
Satish_S12-Jan-12 1:11
Satish_S12-Jan-12 1:11 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:17
Satish_S10-Jan-12 18:17 
Questionhow to downoad attachment file Pin
ashu_dhiman8-Jan-12 21:08
ashu_dhiman8-Jan-12 21:08 
AnswerRe: how to downoad attachment file Pin
manognya kota8-Jan-12 22:18
manognya kota8-Jan-12 22:18 
AnswerRe: how to downoad attachment file Pin
jkirkerx9-Jan-12 15:27
professionaljkirkerx9-Jan-12 15:27 
QuestionIs it possible to get the AJAX service response in user control? Pin
dayakar_dn8-Jan-12 6:16
dayakar_dn8-Jan-12 6:16 
AnswerRe: Is it possible to get the AJAX service response in user control? Pin
manognya kota8-Jan-12 21:01
manognya kota8-Jan-12 21:01 
AnswerRe: Is it possible to get the AJAX service response in user control? Pin
jkirkerx9-Jan-12 9:13
professionaljkirkerx9-Jan-12 9:13 
QuestionWill the static get accessor of a property be cached ? Pin
Nadia Monalisa4-Jan-12 16:25
Nadia Monalisa4-Jan-12 16:25 
AnswerRe: Will the static get accessor of a property be cached ? Pin
jkirkerx6-Jan-12 7:11
professionaljkirkerx6-Jan-12 7:11 

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.