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
A:
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.
VinayC
2010-09-17 05:39:47
Thank You Vinay.....It worked well
pavan
2010-09-20 23:35:07