Click here to Skip to main content
15,898,374 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: RSS Feed Sharing Pin
yesu prakash9-Feb-07 0:18
yesu prakash9-Feb-07 0:18 
GeneralRe: RSS Feed Sharing Pin
Sylvester george9-Feb-07 0:31
Sylvester george9-Feb-07 0:31 
QuestionHow to refresh only MasterPage from aspx page Pin
Blue_Boy8-Feb-07 22:59
Blue_Boy8-Feb-07 22:59 
AnswerRe: How to refresh only MasterPage from aspx page Pin
badgrs8-Feb-07 23:17
badgrs8-Feb-07 23:17 
GeneralRe: How to refresh only MasterPage from aspx page Pin
Blue_Boy8-Feb-07 23:26
Blue_Boy8-Feb-07 23:26 
AnswerRe: How to refresh only MasterPage from aspx page Pin
Guffa9-Feb-07 0:06
Guffa9-Feb-07 0:06 
GeneralRe: How to refresh only MasterPage from aspx page Pin
Blue_Boy9-Feb-07 0:21
Blue_Boy9-Feb-07 0:21 
AnswerRe: How to refresh only MasterPage from aspx page Pin
Guffa9-Feb-07 0:46
Guffa9-Feb-07 0:46 
Blue_Boy wrote:
I found the way how to do that, here is my code

Master.Page.Header.Title = "MasterPage " +
"";
Response.Redirect("ChildPage.aspx");


Most of that code is wrong, and you are only saved by the fact that the part that is wrong is not used at all. You can shorten the code to:

Response.Redirect("ChildPage.aspx");

Changing the title has no effect, for two reasons:

:: The current page will be discarded and a redirect page will be sent to the browser instead.

:: The text will be html encoded, so the meta tag that you try to add to the header (in the wrong place) would not be a tag at all, just some text displayed in the title.

---
single minded; short sighted; long gone;

GeneralRe: How to refresh only MasterPage from aspx page Pin
Blue_Boy9-Feb-07 1:46
Blue_Boy9-Feb-07 1:46 
QuestionHow to copy files from one machine to another in a network using ASP.NET web application? Pin
MR Sham8-Feb-07 22:50
MR Sham8-Feb-07 22:50 
AnswerRe: How to copy files from one machine to another in a network using ASP.NET web application? Pin
Sandeep Akhare9-Feb-07 0:03
Sandeep Akhare9-Feb-07 0:03 
Questionexecuting stored procedure without receiving all output parameters Pin
rama charan8-Feb-07 22:30
rama charan8-Feb-07 22:30 
AnswerRe: executing stored procedure without receiving all output parameters Pin
coolestCoder8-Feb-07 22:35
coolestCoder8-Feb-07 22:35 
GeneralRe: executing stored procedure without receiving all output parameters Pin
rama charan8-Feb-07 22:41
rama charan8-Feb-07 22:41 
GeneralRe: executing stored procedure without receiving all output parameters Pin
coolestCoder8-Feb-07 22:51
coolestCoder8-Feb-07 22:51 
GeneralRe: executing stored procedure without receiving all output parameters Pin
rama charan8-Feb-07 23:40
rama charan8-Feb-07 23:40 
QuestionChecking whether specified file is placed on the location Pin
mohd imran abdul aziz8-Feb-07 22:24
mohd imran abdul aziz8-Feb-07 22:24 
AnswerRe: Checking whether specified file is placed on the location Pin
coolestCoder8-Feb-07 22:40
coolestCoder8-Feb-07 22:40 
AnswerRe: Checking whether specified file is placed on the location Pin
Sylvester george8-Feb-07 22:43
Sylvester george8-Feb-07 22:43 
QuestionAsp.net And Flash Pin
AnhTin8-Feb-07 21:46
AnhTin8-Feb-07 21:46 
AnswerRe: Asp.net And Flash Pin
blue_arc9-Feb-07 0:27
blue_arc9-Feb-07 0:27 
Questionconnectiong multiple database Pin
24891288-Feb-07 21:43
24891288-Feb-07 21:43 
AnswerRe: connectiong multiple database Pin
PSK_8-Feb-07 21:56
PSK_8-Feb-07 21:56 
AnswerRe: connectiong multiple database Pin
blue_arc9-Feb-07 0:34
blue_arc9-Feb-07 0:34 
Questiongranting admin previledge to a user in forms authentication.. Pin
Pradip Kishore8-Feb-07 20:24
Pradip Kishore8-Feb-07 20:24 

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.