Click here to Skip to main content
15,899,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: User Permission in ASP.Net MVC 2 Pin
character_kute30-May-11 4:26
character_kute30-May-11 4:26 
GeneralTextbox AutoComplete using Jquery like justdial.com [modified] Pin
Mansuri Aarif27-May-11 20:28
Mansuri Aarif27-May-11 20:28 
GeneralRe: Textbox AutoComplete using Jquery like justdial.com Pin
Shahriar Iqbal Chowdhury/Galib27-May-11 20:38
professionalShahriar Iqbal Chowdhury/Galib27-May-11 20:38 
AnswerRe: Textbox AutoComplete using Jquery like justdial.com Pin
AspDotNetDev27-May-11 21:28
protectorAspDotNetDev27-May-11 21:28 
QuestionCall Intemediary page while loading page Pin
Prachi Mhatre27-May-11 10:17
Prachi Mhatre27-May-11 10:17 
AnswerRe: Call Intemediary page while loading page Pin
AspDotNetDev27-May-11 10:40
protectorAspDotNetDev27-May-11 10:40 
GeneralRe: Call Intemediary page while loading page Pin
Prachi Mhatre28-May-11 9:53
Prachi Mhatre28-May-11 9:53 
GeneralRe: Call Intemediary page while loading page Pin
AspDotNetDev28-May-11 10:43
protectorAspDotNetDev28-May-11 10:43 
Ah, so I don't think you actually want to display an intermediate page while the desination page is loading (e.g., loading JavaScript files, CSS files, and so on). My guess is you are doing some sort of database query that makes the desination page take a long time to load. In that case, when you nagivate to the intermediate page, do the database queries there. Once the database queries have completed, stored them in a temporary table or a session variable to cache them, then redirect the user to the destination page (which will then load the data from the cache).

Also, that would basically be the same as showing a splash screen on your destination page while the page loads. That's the route I recommend you take. You basically show an image (or progress bar or whatever) and when your page has finished loading, you hide the splash screen (which reveals your actual page).

GeneralRe: Call Intemediary page while loading page Pin
Prachi Mhatre28-May-11 12:14
Prachi Mhatre28-May-11 12:14 
GeneralRe: Call Intemediary page while loading page Pin
AspDotNetDev28-May-11 12:16
protectorAspDotNetDev28-May-11 12:16 
QuestionDocuments in SQL Server database Pin
Aptiva Dave27-May-11 7:51
Aptiva Dave27-May-11 7:51 
AnswerRe: Documents in SQL Server database Pin
Not Active27-May-11 8:10
mentorNot Active27-May-11 8:10 
GeneralRe: Documents in SQL Server database Pin
Aptiva Dave27-May-11 8:25
Aptiva Dave27-May-11 8:25 
GeneralRe: Documents in SQL Server database Pin
Aptiva Dave27-May-11 9:57
Aptiva Dave27-May-11 9:57 
GeneralRe: Documents in SQL Server database Pin
Not Active27-May-11 10:11
mentorNot Active27-May-11 10:11 
GeneralRe: Documents in SQL Server database Pin
Aptiva Dave27-May-11 10:29
Aptiva Dave27-May-11 10:29 
GeneralRe: Documents in SQL Server database Pin
Not Active27-May-11 12:08
mentorNot Active27-May-11 12:08 
GeneralRe: Documents in SQL Server database Pin
Aptiva Dave31-May-11 8:51
Aptiva Dave31-May-11 8:51 
QuestionProtect XML from outside access in asp.net Pin
Prasanta_Prince26-May-11 21:04
Prasanta_Prince26-May-11 21:04 
AnswerRe: Protect XML from outside access in asp.net Pin
AspDotNetDev26-May-11 21:47
protectorAspDotNetDev26-May-11 21:47 
GeneralRe: Protect XML from outside access in asp.net Pin
Prasanta_Prince26-May-11 22:59
Prasanta_Prince26-May-11 22:59 
QuestionSafe logout in asp.net Pin
Ranjani krishnamurthy26-May-11 18:06
Ranjani krishnamurthy26-May-11 18:06 
AnswerRe: Safe logout in asp.net Pin
Blue_Boy26-May-11 21:19
Blue_Boy26-May-11 21:19 
AnswerRe: Safe logout in asp.net Pin
Monjurul Habib27-May-11 9:04
professionalMonjurul Habib27-May-11 9:04 
QuestionSetting Environment Variables Pin
indian14326-May-11 13:01
indian14326-May-11 13:01 

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.