If Asp Dot Application is stateless what happened? during
designing
Answers were Sorted based on User's Feedback
Answer / debasis bose
ASP is stateless but ASP.net with States , Cookies, Session
states etc...
| Is This Answer Correct ? | 2 Yes | 5 No |
Where do the cookie state and session state information be stored?
When does a session actually start?
What methods are fired during the page load?
what is <location> tag?
How do you define authentication in Web.Config?
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.
Differnce between Control an View State
Explain the difference between overriding and overloading?
I am trying to redirect another site on button click.
What are the different types of sessions in asp.net?
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 Answers ABC, Syntax Softtech, TCS,
Explain the functionality of "EnableViewState" ? What happens if you want it on or off?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)