Click here to Skip to main content
15,905,558 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to update parent window automatically ?? Pin
Dinesh Mani2-Feb-10 23:21
Dinesh Mani2-Feb-10 23:21 
AnswerRe: how to update parent window automatically ?? Pin
Palash Biswas3-Feb-10 17:06
Palash Biswas3-Feb-10 17:06 
Questionconvert aspx to pdf Pin
Subin Mavunkal2-Feb-10 20:47
Subin Mavunkal2-Feb-10 20:47 
AnswerRe: convert aspx to pdf Pin
Abhishek Sur2-Feb-10 21:00
professionalAbhishek Sur2-Feb-10 21:00 
QuestionMessage Removed Pin
2-Feb-10 20:34
kripa212-Feb-10 20:34 
AnswerRe: how to maintain viewstate? Pin
Dinesh Mani2-Feb-10 20:43
Dinesh Mani2-Feb-10 20:43 
GeneralRe: how to maintain viewstate? Pin
kripa212-Feb-10 21:16
kripa212-Feb-10 21:16 
AnswerRe: how to maintain viewstate? Pin
Dinesh Mani2-Feb-10 23:28
Dinesh Mani2-Feb-10 23:28 
When you use Response.Redirect from an event handler in the code behind it is called Server redirection. When you use links or window.location from the HTML then it is called Client redirection.

It is not straight forward to change server redirect to client redirect as it might involve a good amount of behavioral changes, but in most cases it would be a simple code change. The crux here is that you would have to generate the redirect URL, the one you use in the Response.Redirect on the server event on the button click, when you generate the search result and make it available as a HTML hyperlink for the user to click and navigate.

Hope I make sense to you.
GeneralRe: how to maintain viewstate? Pin
kripa213-Feb-10 22:48
kripa213-Feb-10 22:48 
AnswerRe: how to maintain viewstate? Pin
Abhishek Sur2-Feb-10 21:15
professionalAbhishek Sur2-Feb-10 21:15 
GeneralRe: how to maintain viewstate? [modified] Pin
kripa212-Feb-10 21:18
kripa212-Feb-10 21:18 
AnswerRe: how to maintain viewstate? Pin
Palash Biswas3-Feb-10 17:09
Palash Biswas3-Feb-10 17:09 
GeneralRe: how to maintain viewstate? Pin
kripa214-Feb-10 20:07
kripa214-Feb-10 20:07 
QuestionSession Null while Excell Upload Pin
vishnukamath2-Feb-10 20:30
vishnukamath2-Feb-10 20:30 
Questionwhat is Dependency Injection and Inversion of Control in ASP.NET? Pin
Tridip Bhattacharjee2-Feb-10 19:50
professionalTridip Bhattacharjee2-Feb-10 19:50 
AnswerRe: what is Dependency Injection and Inversion of Control in ASP.NET? Pin
SeMartens2-Feb-10 20:18
SeMartens2-Feb-10 20:18 
QuestionHow to detect that the file as been downloaded completely from server? Pin
Tridip Bhattacharjee2-Feb-10 19:49
professionalTridip Bhattacharjee2-Feb-10 19:49 
AnswerRe: How to detect that the file as been downloaded completely from server? Pin
Dinesh Mani2-Feb-10 20:49
Dinesh Mani2-Feb-10 20:49 
Questionproblem regarding google chart label and label orientation Pin
Tridip Bhattacharjee2-Feb-10 19:49
professionalTridip Bhattacharjee2-Feb-10 19:49 
QuestionHow can I identify the application fully executed? Pin
BalasubramanianK2-Feb-10 19:25
BalasubramanianK2-Feb-10 19:25 
AnswerRe: How can I identify the application fully executed? Pin
SeMartens2-Feb-10 20:22
SeMartens2-Feb-10 20:22 
GeneralRe: How can I identify the application fully executed? Pin
BalasubramanianK2-Feb-10 21:51
BalasubramanianK2-Feb-10 21:51 
QuestionHow can I use server.mappath Pin
mghiassi2-Feb-10 16:34
mghiassi2-Feb-10 16:34 
AnswerRe: How can I use server.mappath Pin
Palash Biswas2-Feb-10 17:09
Palash Biswas2-Feb-10 17:09 
AnswerRe: How can I use server.mappath Pin
m@dhu2-Feb-10 17:56
m@dhu2-Feb-10 17:56 

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.