Click here to Skip to main content
15,917,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problems with Site.Master Pin
GenJerDan12-Sep-11 3:39
GenJerDan12-Sep-11 3:39 
AnswerRe: Problems with Site.Master Pin
RichardGrimmer12-Sep-11 5:41
RichardGrimmer12-Sep-11 5:41 
I suspect that the issue is with the Server.Transfer - try swapping it out for a Response.Redirect..

Server.Transfer only (IIRC) changes the "context" on the server, so as far as the server's concerned, you're on that page, but as far as the client is concerned, you're still on the original page. Response.Redirect should keep the browser end in check too.
C# has already designed away most of the tedium of C++.

GeneralRe: Problems with Site.Master Pin
Rick van Woudenberg13-Sep-11 12:50
Rick van Woudenberg13-Sep-11 12:50 
Questionasp .net IE9 autocomplete Pin
scarface2112-Sep-11 0:12
scarface2112-Sep-11 0:12 
QuestionURL Rewritting rule Pin
Gaurav Goel (Team Lead)11-Sep-11 21:54
professionalGaurav Goel (Team Lead)11-Sep-11 21:54 
AnswerRe: URL Rewritting rule Pin
David C# Hobbyist.12-Sep-11 13:29
professionalDavid C# Hobbyist.12-Sep-11 13:29 
QuestionSys._SriptLoader._currentTask is null on Google Chrome [modified] Pin
Ali Al Omairi(Abu AlHassan)10-Sep-11 21:01
professionalAli Al Omairi(Abu AlHassan)10-Sep-11 21:01 
QuestionWork in offline mode when internet is offline Pin
md_refay10-Sep-11 20:44
md_refay10-Sep-11 20:44 
AnswerRe: Work in offline mode when internet is offline Pin
Blue_Boy11-Sep-11 5:46
Blue_Boy11-Sep-11 5:46 
QuestionDynamically generate Textboxes with Ajax AutoCompleteExtender how? Pin
anand kumbham9-Sep-11 23:42
anand kumbham9-Sep-11 23:42 
AnswerRe: Dynamically generate Textboxes with Ajax AutoCompleteExtender how? Pin
Ali Al Omairi(Abu AlHassan)11-Sep-11 20:04
professionalAli Al Omairi(Abu AlHassan)11-Sep-11 20:04 
Questionwebpages for 2010 Pin
Member 82175179-Sep-11 18:37
Member 82175179-Sep-11 18:37 
AnswerRe: webpages for 2010 Pin
David C# Hobbyist.10-Sep-11 14:56
professionalDavid C# Hobbyist.10-Sep-11 14:56 
QuestionFetching response from a different web server Pin
CodingYoshi9-Sep-11 6:38
CodingYoshi9-Sep-11 6:38 
QuestionDropDownList MVC Pin
awadhendra tiwari8-Sep-11 21:39
awadhendra tiwari8-Sep-11 21:39 
QuestionCustom validation Pin
jashimu8-Sep-11 5:02
jashimu8-Sep-11 5:02 
AnswerRe: Custom validation Pin
David C# Hobbyist.8-Sep-11 15:28
professionalDavid C# Hobbyist.8-Sep-11 15:28 
AnswerRe: Custom validation Pin
Sandeepkumar Ramani9-Sep-11 2:35
Sandeepkumar Ramani9-Sep-11 2:35 
GeneralRe: Custom validation Pin
jashimu9-Sep-11 6:08
jashimu9-Sep-11 6:08 
QuestionLearning ASP .NET Pin
megasoft house8-Sep-11 0:58
megasoft house8-Sep-11 0:58 
AnswerRe: Learning ASP .NET Pin
R. Giskard Reventlov8-Sep-11 20:58
R. Giskard Reventlov8-Sep-11 20:58 
AnswerRe: Learning ASP .NET Pin
Dalek Dave11-Sep-11 23:13
professionalDalek Dave11-Sep-11 23:13 
QuestionLearning ASP.NET 2010 (VB.NET) Pin
megasoft house7-Sep-11 23:08
megasoft house7-Sep-11 23:08 
AnswerRe: Learning ASP.NET 2010 (VB.NET) Pin
R. Giskard Reventlov8-Sep-11 20:59
R. Giskard Reventlov8-Sep-11 20:59 
QuestionASP Web Application Pin
megasoft house7-Sep-11 23:03
megasoft house7-Sep-11 23:03 

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.