page load on master page
I 开发者_开发知识库used a submit button. when I enter the logon details, full name should be displayed on master page. I could display the full name only when i refresh the browser. can you say hao to get rid of this event
If your code that displays full name on master page is in Page_Load
event of master page then move it into Page_PreRender
event.
精彩评论