tags:

views:

20

answers:

1

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
Thank You Vinay.....It worked well
pavan