Click here to Skip to main content
15,891,248 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionregarding logging page(error in web.config) Pin
aslamshaik251097828-Jan-07 5:29
aslamshaik251097828-Jan-07 5:29 
AnswerRe: regarding logging page(error in web.config) Pin
dinus2828-Jan-07 20:14
dinus2828-Jan-07 20:14 
Questionloginpage error Pin
aslamshaik251097828-Jan-07 5:25
aslamshaik251097828-Jan-07 5:25 
AnswerRe: loginpage error Pin
dinus2828-Jan-07 20:22
dinus2828-Jan-07 20:22 
Questionshow / hide Menu ? Pin
sanaziuse28-Jan-07 5:03
sanaziuse28-Jan-07 5:03 
AnswerRe: show / hide Menu ? Pin
Christian Graus28-Jan-07 9:59
protectorChristian Graus28-Jan-07 9:59 
QuestionApplication Object And Reference Type Pin
ronivars28-Jan-07 3:56
ronivars28-Jan-07 3:56 
AnswerRe: Application Object And Reference Type Pin
Guffa28-Jan-07 8:34
Guffa28-Jan-07 8:34 
ronivars wrote:
can i save reference type in Application Object In Asp.Net?


Yes.

ronivars wrote:
i Know application in asp.net work on single thread


No, it doesn't.

ronivars wrote:
when a few users (concurrent) request together a web page
then the application will serve 1 by 1 and Manage queue for all user?


No, they will run side by side in separate threads.

ronivars wrote:
when i will use Refernce type in Application Object?


Whenever you store an object in the Application object. If you for example store a string in the Application object, you actually store the reference to the string.

---
Year happy = new Year(2007);

GeneralRe: Application Object And Reference Type Pin
ronivars28-Jan-07 11:13
ronivars28-Jan-07 11:13 
AnswerRe: Application Object And Reference Type Pin
Guffa28-Jan-07 11:50
Guffa28-Jan-07 11:50 
GeneralRe: Application Object And Reference Type Pin
ronivars29-Jan-07 5:20
ronivars29-Jan-07 5:20 
QuestionRe: Application Object And Reference Type Pin
ronivars29-Jan-07 11:27
ronivars29-Jan-07 11:27 
AnswerRe: Application Object And Reference Type Pin
Guffa29-Jan-07 22:54
Guffa29-Jan-07 22:54 
QuestionHow to float text around an Image? Pin
pnslcs28-Jan-07 3:55
pnslcs28-Jan-07 3:55 
AnswerRe: How to float text around an Image? Pin
Guffa28-Jan-07 12:17
Guffa28-Jan-07 12:17 
GeneralRe: How to float text around an Image? Pin
pnslcs28-Jan-07 15:55
pnslcs28-Jan-07 15:55 
GeneralRe: How to float text around an Image? Pin
Guffa28-Jan-07 19:32
Guffa28-Jan-07 19:32 
GeneralRe: How to float text around an Image? Pin
pnslcs29-Jan-07 1:58
pnslcs29-Jan-07 1:58 
Questionfiltering of html text tags Pin
sudidelaravindra28-Jan-07 0:08
sudidelaravindra28-Jan-07 0:08 
GeneralWhat tags? Pin
Guffa28-Jan-07 0:19
Guffa28-Jan-07 0:19 
Question3 Tier methodology in ASP>net Pin
Chwins27-Jan-07 19:51
Chwins27-Jan-07 19:51 
AnswerRe: 3 Tier methodology in ASP>net Pin
Bassam Saoud27-Jan-07 21:47
Bassam Saoud27-Jan-07 21:47 
AnswerRe: 3 Tier methodology in ASP>net Pin
Christian Graus28-Jan-07 10:00
protectorChristian Graus28-Jan-07 10:00 
QuestionExpand TreeView when redirect Pin
simsen27-Jan-07 7:40
simsen27-Jan-07 7:40 
AnswerRe: Expand TreeView when redirect Pin
Parwej Ahamad27-Jan-07 7:50
professionalParwej Ahamad27-Jan-07 7:50 

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.