Click here to Skip to main content
15,881,803 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Two ways of adding dynamic controls and get their events on run time Pin
Morgs Morgan14-Sep-11 10:29
Morgs Morgan14-Sep-11 10:29 
QuestionWhat language/tool would you use to create... Pin
Mike Doner12-Sep-11 13:59
Mike Doner12-Sep-11 13:59 
AnswerRe: What language/tool would you use to create... Pin
Abhinav S13-Sep-11 20:04
Abhinav S13-Sep-11 20:04 
QuestionC# designer tool Pin
classy_dog12-Sep-11 12:12
classy_dog12-Sep-11 12:12 
AnswerRe: C# designer tool Pin
Pravin Patil, Mumbai12-Sep-11 21:10
Pravin Patil, Mumbai12-Sep-11 21:10 
QuestionProblems with Site.Master Pin
Rick van Woudenberg12-Sep-11 0:38
Rick van Woudenberg12-Sep-11 0:38 
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 

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.