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

ASP.NET

 
AnswerRe: If i Close to browser Pin
Venkatesh Mookkan21-Jun-10 20:12
Venkatesh Mookkan21-Jun-10 20:12 
QuestionHow solve this the status code returned from the server was: 504 in asp.net 2005 with using of AJAX Pin
vidyashankar21-Jun-10 1:35
vidyashankar21-Jun-10 1:35 
AnswerRe: How solve this the status code returned from the server was: 504 in asp.net 2005 with using of AJAX Pin
Ankur\m/21-Jun-10 1:53
professionalAnkur\m/21-Jun-10 1:53 
Questionimages are not uploading in windows7 and vista using asp.net with c# Pin
developerit21-Jun-10 1:32
developerit21-Jun-10 1:32 
AnswerRe: images are not uploading in windows7 and vista using asp.net with c# Pin
Abhijit Jana21-Jun-10 2:13
professionalAbhijit Jana21-Jun-10 2:13 
AnswerRe: images are not uploading in windows7 and vista using asp.net with c# Pin
Tej Aj21-Jun-10 3:23
Tej Aj21-Jun-10 3:23 
QuestionMessage Removed Pin
21-Jun-10 0:13
KishoreT21-Jun-10 0:13 
AnswerRe: Page navigation using javascript Pin
KishoreT21-Jun-10 2:08
KishoreT21-Jun-10 2:08 
Sandeep Mewara has posted an answer to your question "Popup menu and page redirection using javascript":

KishoreT wrote:
why the data passed along with the links is continuing for other address also, even if the page is not the same?
Though you have not posted the code that parses or forms the navigation URL, it is clear from your issue that you are not re-setting the querystring variable/parameter that to append to your base URL. You keep a URL to navigate and based on the add/edit/delete selection you go ahead and append that value to the base URL. while appending reset the query string parameter. Resetting would remove the old value.

hi sandeep,

sorry while writing the post i made that mistake.
the actual javascript is

window.location.pathname = Page1/Admin/xyz.aspx?action=edit


but in the address bar it was viewed after the page load is

href="http://SiteName/page1/Admin/xyz.aspx?action=add?action=edit


so I get an error that Request["action"] value at server side;
QuestionIIS Requires .Net Framework 3.5 Pin
Ravindra Bisen20-Jun-10 22:54
Ravindra Bisen20-Jun-10 22:54 
AnswerRe: IIS Requires .Net Framework 3.5 Pin
Abhijit Jana20-Jun-10 23:38
professionalAbhijit Jana20-Jun-10 23:38 
QuestionWhat is Boxing and unBoxing Pin
S.Mahesh20-Jun-10 22:52
S.Mahesh20-Jun-10 22:52 
AnswerRe: What is Boxing and unBoxing Pin
Ankur\m/20-Jun-10 23:20
professionalAnkur\m/20-Jun-10 23:20 
AnswerRe: What is Boxing and unBoxing Pin
koolprasad200320-Jun-10 23:35
professionalkoolprasad200320-Jun-10 23:35 
AnswerRe: What is Boxing and unBoxing Pin
Abhijit Jana20-Jun-10 23:40
professionalAbhijit Jana20-Jun-10 23:40 
AnswerRe: What is Boxing and unBoxing Pin
Sandesh M Patil21-Jun-10 1:05
Sandesh M Patil21-Jun-10 1:05 
Questionshow picture with mouseover Pin
ptvce20-Jun-10 22:00
ptvce20-Jun-10 22:00 
AnswerRe: show picture with mouseover Pin
Ankur\m/20-Jun-10 23:22
professionalAnkur\m/20-Jun-10 23:22 
GeneralRe: show picture with mouseover Pin
ptvce21-Jun-10 0:03
ptvce21-Jun-10 0:03 
AnswerRe: show picture with mouseover Pin
Ankur\m/21-Jun-10 0:22
professionalAnkur\m/21-Jun-10 0:22 
GeneralRe: show picture with mouseover Pin
ptvce21-Jun-10 1:18
ptvce21-Jun-10 1:18 
GeneralRe: show picture with mouseover Pin
Ankur\m/21-Jun-10 1:22
professionalAnkur\m/21-Jun-10 1:22 
GeneralRe: show picture with mouseover Pin
ptvce21-Jun-10 1:29
ptvce21-Jun-10 1:29 
Questionclearing a asp:listbox takes too much of time Pin
sanjubaba20-Jun-10 21:06
sanjubaba20-Jun-10 21:06 
AnswerRe: clearing a asp:listbox takes too much of time Pin
thatraja20-Jun-10 21:26
professionalthatraja20-Jun-10 21:26 
GeneralRe: clearing a asp:listbox takes too much of time Pin
Gaurav Dudeja India20-Jun-10 21:37
Gaurav Dudeja India20-Jun-10 21: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.