Click here to Skip to main content
15,908,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: scrolling gridview using update panel Pin
Arun Jacob2-Sep-09 19:41
Arun Jacob2-Sep-09 19:41 
AnswerRe: scrolling gridview using update panel Pin
sashidhar2-Sep-09 19:50
sashidhar2-Sep-09 19:50 
GeneralRe: scrolling gridview using update panel Pin
haleemasher2-Sep-09 20:55
haleemasher2-Sep-09 20:55 
AnswerRe: scrolling gridview using update panel Pin
Abhijit Jana2-Sep-09 19:52
professionalAbhijit Jana2-Sep-09 19:52 
AnswerRe: scrolling gridview using update panel Pin
Muhammad Mazhar2-Sep-09 19:55
Muhammad Mazhar2-Sep-09 19:55 
QuestionAlert Message Before Response.Redirect Pin
Johndas2-Sep-09 19:27
Johndas2-Sep-09 19:27 
AnswerRe: Alert Message Before Response.Redirect Pin
mr_muskurahat2-Sep-09 19:36
mr_muskurahat2-Sep-09 19:36 
AnswerRe: Alert Message Before Response.Redirect Pin
Muhammad Mazhar2-Sep-09 20:08
Muhammad Mazhar2-Sep-09 20:08 
Alert is a client side operatoiin where as Response.Redirect is server side. You can't do both at same time because in your case you first need alert and then redirect. Soluton would be to out put some javascript that in turn do the desired task for you. For example try something like below in your ASP.NET code where you want this behaviour.

<codepage.registerclientscriptblock("alert-script", "alert('your="" alert="" here');window.location="http://yourdomain.xyz" ;");="">

Share your experience with others
Check my Blog...

QuestionPlease confirm Passport Based Authentication! Pin
mr_muskurahat2-Sep-09 18:52
mr_muskurahat2-Sep-09 18:52 
AnswerRe: Please confirm Passport Based Authentication! Pin
Abhijit Jana2-Sep-09 19:00
professionalAbhijit Jana2-Sep-09 19:00 
GeneralRe: Please confirm Passport Based Authentication! Pin
mr_muskurahat2-Sep-09 19:17
mr_muskurahat2-Sep-09 19:17 
AnswerRe: Please confirm Passport Based Authentication! Pin
r a m e s h2-Sep-09 19:53
r a m e s h2-Sep-09 19:53 
GeneralRe: Please confirm Passport Based Authentication! Pin
mr_muskurahat2-Sep-09 21:12
mr_muskurahat2-Sep-09 21:12 
QuestionAjax Pin
ritasaumya2-Sep-09 16:25
ritasaumya2-Sep-09 16:25 
AnswerRe: Ajax Pin
N a v a n e e t h2-Sep-09 16:33
N a v a n e e t h2-Sep-09 16:33 
AnswerRe: Ajax Pin
Christian Graus2-Sep-09 17:00
protectorChristian Graus2-Sep-09 17:00 
GeneralRe: Ajax Pin
Blikkies3-Sep-09 0:13
professionalBlikkies3-Sep-09 0:13 
AnswerRe: Ajax Pin
mylogics2-Sep-09 19:52
professionalmylogics2-Sep-09 19:52 
AnswerRe: Ajax Pin
Arun Jacob2-Sep-09 20:21
Arun Jacob2-Sep-09 20:21 
QuestionDatagrid items showing as link with underline Pin
Steve van Niman2-Sep-09 15:00
Steve van Niman2-Sep-09 15:00 
AnswerRe: Datagrid items showing as link with underline Pin
Christian Graus2-Sep-09 15:04
protectorChristian Graus2-Sep-09 15:04 
GeneralRe: Datagrid items showing as link with underline Pin
Steve van Niman2-Sep-09 15:22
Steve van Niman2-Sep-09 15:22 
GeneralRe: Datagrid items showing as link with underline Pin
Christian Graus2-Sep-09 15:32
protectorChristian Graus2-Sep-09 15:32 
QuestionProblem with ASP.MENU control Pin
AndyASPVB2-Sep-09 12:02
AndyASPVB2-Sep-09 12:02 
AnswerRe: Problem with ASP.MENU control Pin
Steve van Niman2-Sep-09 14:52
Steve van Niman2-Sep-09 14:52 

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.