Hai All,
I am using infragistics controls in my (.net 3.5 framework) project. During navigate to one page to other page it takes <10 seconds. At that time it shows blank white screen for some seconds with IE status bar progresses till the new page loads.
I dont want to show blank screen especially during redirection(I am using c# code Response.Redirect('somepage.aspx')). Is infragistics controls reason for this blank screen? How to avoid blank White screen during full postback and navigation?
In my scenario I am using ultra tab in master page and inside content place holder I used the child pages. I need to retain master page tab while redirection and only the content page inside the content place holder need to be updated while any click event or redirection. I don't want to show white screen. Atleast I have to show progressbar till the page loads. I have to convey the user the page is getting loaded. How can I do this? Immediate help is appreciated.
Regards
Sridhar