What is the name of the base class that all web forms will
be inherited?
Answers were Sorted based on User's Feedback
Answer / abhishek maitrey
It is PAGE class come from the followin hierachy.
System.Web.UI.Page
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / pramod sahoo,orissa
All .ASPX pages are inherited from
System.Web.UI.Form class
| Is This Answer Correct ? | 1 Yes | 3 No |
what is assembly?
State differences between MVC and WebAPI
Explain about solution explorer window?
How to deploy/publish webservices?How many ways?Plz explain me
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.
Difference between Dataset and DataReader ?
4 Answers Accenture, BirlaSoft, Infosys, Microsoft, Techseol,
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
What is difference between web config and global asax?
What is asp short for?
Does asp.net still recognize the global.asa file?
Is a dll file an executable?
Explain the use of view state?
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)