What are session variables?
Answers were Sorted based on User's Feedback
In future developer changes seetings like
sessiontimeout,sessionmode,culture for webapplication by
providing configuration file is called webconfig.
asp.net supports inheritance based configuration seeting.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / belmonte
Session variables are all those conforming session state
for any purpose. Only the user of the session is related to
them, nobody else can access them.
Is This Answer Correct ? | 0 Yes | 2 No |
How can I have a particular web page in an asp.net application which displays its own error page?
Master Page
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
Is react a template engine?
Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks
what is CTS?
What is Assembly?
3 Answers Inspira Technologies,
How do I open an ashx file?
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
What is a WebService and what is the underlying protocol used in it? Namespace?
can u debug application programatically? if yes how?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?