Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRSS Feed Sharing Pin
yesu prakash8-Feb-07 23:16
yesu prakash8-Feb-07 23:16 
AnswerRe: RSS Feed Sharing Pin
Sylvester george8-Feb-07 23:42
Sylvester george8-Feb-07 23:42 
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 
Master pages is only a tool to separate different part of the page when you are constructing the page on the server. When the page is sent to the browser, it's a complete page, so you can't update only the master page or only the content, as that separation doesn't exist in the final page.

If the data in the master page is not updated when you reload the page, then you are getting the data for the master page before the content page does the update.

If you get the data in Page_Load and do the update in a button event, you will be loading the old data, then update the data, as the control events occur after Page_Load. You can use the Page_PreRender event for anything that you want to do after the control events.

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

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 
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 

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.